From: Michael Kelley <mikel...@microsoft.com> More changes to cleanly separate architecture independent code from architecture dependent code. The first patch moves x86-specific code out of the Hyper-V architecture independent drivers and into the arch/x86 directory. The second patch removes the string "X64" from symbol names that aren't x86/x64-specific.
These changes are preparation for supporting Hyper-V on ARM64. Michael Kelley (2): Drivers: hv: vmbus: Remove x86 MSR refs in arch independent code Drivers: hv: vmbus: Make TLFS #define names architecture neutral arch/x86/hyperv/hv_init.c | 4 ++-- arch/x86/include/asm/hyperv-tlfs.h | 12 ++++++------ arch/x86/include/asm/mshyperv.h | 12 ++++++++---- arch/x86/kernel/cpu/mshyperv.c | 4 ++-- drivers/hv/hv.c | 30 +++++++++++++----------------- 5 files changed, 31 insertions(+), 31 deletions(-) -- 2.7.4 _______________________________________________ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel