Skip to content

Commit 1bb1532

Browse files
romank-msftliuw
authored andcommitted
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>
1 parent 25059d5 commit 1bb1532

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

drivers/hv/hv.c

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -268,11 +268,7 @@ void hv_synic_free(void)
268268
}
269269

270270
/*
271-
* hv_synic_init - Initialize the Synthetic Interrupt Controller.
272-
*
273-
* If it is already initialized by another entity (ie x2v shim), we need to
274-
* retrieve the initialized message and event pages. Otherwise, we create and
275-
* initialize the message and event pages.
271+
* hv_synic_enable_regs - Initialize the Synthetic Interrupt Controller.
276272
*/
277273
void hv_synic_enable_regs(unsigned int cpu)
278274
{

0 commit comments

Comments
 (0)