Commit fd104099 authored by David Kershner's avatar David Kershner Committed by Greg Kroah-Hartman

staging: unisys: visorbus: Update vmcallinterface comment

The comment at the beginning of the vmcallinterface.h file references IO
Virtualization. It should be more specific that it is referencing s-Par
Virtualization.
Signed-off-by: default avatarDavid Kershner <david.kershner@unisys.com>
Reviewed-by: default avatarReviewed-by: Tim Sell <timothy.sell@unisys.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 40b3e1ac
...@@ -16,9 +16,9 @@ ...@@ -16,9 +16,9 @@
#define __VMCALLINTERFACE_H__ #define __VMCALLINTERFACE_H__
/* /*
* This file contains all structures needed to support the VMCALLs for IO * This file contains all structures needed to support the VMCALLs for s-Par
* Virtualization. The VMCALLs are provided by Monitor and used by IO code * Virtualization. The VMCALLs are provided by Monitor and used by s-Par
* running on IO Partitions. * drivers running in a Linux guest partition.
*/ */
static inline unsigned long static inline unsigned long
__unisys_vmcall_gnuc(unsigned long tuple, unsigned long reg_ebx, __unisys_vmcall_gnuc(unsigned long tuple, unsigned long reg_ebx,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment