Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Roman Kisel and committed by
Wei Liu
1bb15327 25059d5e

+1 -5
+1 -5
drivers/hv/hv.c
··· 268 268 } 269 269 270 270 /* 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. 276 272 */ 277 273 void hv_synic_enable_regs(unsigned int cpu) 278 274 {