diff options
| author | Roman Kisel <romank@linux.microsoft.com> | 2025-10-08 16:34:11 -0700 |
|---|---|---|
| committer | Wei Liu <wei.liu@kernel.org> | 2025-11-15 06:18:15 +0000 |
| commit | 1bb15327d529a4e30f69b6c3486dfe8d7a753ff5 (patch) | |
| tree | 602eb3d6b063aca42b9b2bd7dc6f3d992b00bc39 | |
| parent | 25059d5e4c5af37688797d87b2d2004ac1cddff7 (diff) | |
Drivers: hv: remove stale comment
The comment about the x2v shim is ancient and long since incorrect.
Remove the incorrect comment.
Signed-off-by: Roman Kisel <romank@linux.microsoft.com>
Reviewed-by: Tianyu Lan <tiala@microsoft.com>
Reviewed-by: Michael Kelley <mhklinux@outlook.com>
Signed-off-by: Wei Liu <wei.liu@kernel.org>
| -rw-r--r-- | drivers/hv/hv.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/drivers/hv/hv.c b/drivers/hv/hv.c index aca3a275bb1f..e9e1edd75107 100644 --- a/drivers/hv/hv.c +++ b/drivers/hv/hv.c @@ -268,11 +268,7 @@ void hv_synic_free(void) } /* - * hv_synic_init - Initialize the Synthetic Interrupt Controller. - * - * If it is already initialized by another entity (ie x2v shim), we need to - * retrieve the initialized message and event pages. Otherwise, we create and - * initialize the message and event pages. + * hv_synic_enable_regs - Initialize the Synthetic Interrupt Controller. */ void hv_synic_enable_regs(unsigned int cpu) { |
