From: David Kershner Date: Wed, 13 May 2015 17:22:02 +0000 (-0400) Subject: staging: unisys: move hypervisor calls into visorbus X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=512a67bc09d4194792cfaa100631fb628fbb3ff0;p=linux-beck.git 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: David Kershner Signed-off-by: Benjamin Romer Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/unisys/common-spar/include/iovmcall_gnuc.h b/drivers/staging/unisys/visorbus/iovmcall_gnuc.h similarity index 100% rename from drivers/staging/unisys/common-spar/include/iovmcall_gnuc.h rename to drivers/staging/unisys/visorbus/iovmcall_gnuc.h diff --git a/drivers/staging/unisys/common-spar/include/vbusdeviceinfo.h b/drivers/staging/unisys/visorbus/vbusdeviceinfo.h similarity index 100% rename from drivers/staging/unisys/common-spar/include/vbusdeviceinfo.h rename to drivers/staging/unisys/visorbus/vbusdeviceinfo.h diff --git a/drivers/staging/unisys/common-spar/include/vmcallinterface.h b/drivers/staging/unisys/visorbus/vmcallinterface.h similarity index 99% rename from drivers/staging/unisys/common-spar/include/vmcallinterface.h rename to drivers/staging/unisys/visorbus/vmcallinterface.h index 59a7459eb962..dc09caf7d075 100644 --- a/drivers/staging/unisys/common-spar/include/vmcallinterface.h +++ b/drivers/staging/unisys/visorbus/vmcallinterface.h @@ -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 */