staging: unisys: move hypervisor calls into visorbus
authorDavid Kershner <david.kershner@unisys.com>
Wed, 13 May 2015 17:22:02 +0000 (13:22 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 24 May 2015 20:28:54 +0000 (13:28 -0700)
Move hypervisor calls into visorbus and move vbusdeviceinfo.h into
visorbus.
Drivers will call into that to update clientInfo field.

Signed-off-by: David Kershner <david.kershner@unisys.com>
Signed-off-by: Benjamin Romer <benjamin.romer@unisys.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/unisys/visorbus/iovmcall_gnuc.h [moved from drivers/staging/unisys/common-spar/include/iovmcall_gnuc.h with 100% similarity]
drivers/staging/unisys/visorbus/vbusdeviceinfo.h [moved from drivers/staging/unisys/common-spar/include/vbusdeviceinfo.h with 100% similarity]
drivers/staging/unisys/visorbus/vmcallinterface.h [moved from drivers/staging/unisys/common-spar/include/vmcallinterface.h with 99% similarity]

@@ -85,10 +85,8 @@ enum vmcall_monitor_interface_method_tuple { /* VMCALL identification tuples  */
     /* The following uses VMCALL_POST_CODE_LOGEVENT interface but is currently
      * not used much */
 #define ISSUE_IO_VMCALL_POSTCODE_SEVERITY(postcode, severity)          \
-do {                                                                   \
        ISSUE_IO_EXTENDED_VMCALL(VMCALL_POST_CODE_LOGEVENT, severity,   \
-                                MDS_APPOS, postcode);                  \
-} while (0)
+                                MDS_APPOS, postcode)
 #endif
 
 /* Structures for IO VMCALLs */