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

staging: unisys: move hypervisor calls into visorbus

Move hypervisor calls into visorbus and move vbusdeviceinfo.h into
visorbus.
Drivers will call into that to update clientInfo field.
Signed-off-by: default avatarDavid Kershner <david.kershner@unisys.com>
Signed-off-by: default avatarBenjamin Romer <benjamin.romer@unisys.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 30058c74
...@@ -85,10 +85,8 @@ enum vmcall_monitor_interface_method_tuple { /* VMCALL identification tuples */ ...@@ -85,10 +85,8 @@ enum vmcall_monitor_interface_method_tuple { /* VMCALL identification tuples */
/* The following uses VMCALL_POST_CODE_LOGEVENT interface but is currently /* The following uses VMCALL_POST_CODE_LOGEVENT interface but is currently
* not used much */ * not used much */
#define ISSUE_IO_VMCALL_POSTCODE_SEVERITY(postcode, severity) \ #define ISSUE_IO_VMCALL_POSTCODE_SEVERITY(postcode, severity) \
do { \
ISSUE_IO_EXTENDED_VMCALL(VMCALL_POST_CODE_LOGEVENT, severity, \ ISSUE_IO_EXTENDED_VMCALL(VMCALL_POST_CODE_LOGEVENT, severity, \
MDS_APPOS, postcode); \ MDS_APPOS, postcode)
} while (0)
#endif #endif
/* Structures for IO VMCALLs */ /* Structures for IO VMCALLs */
......
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