[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1525739851-54919-1-git-send-email-mikelley@microsoft.com>
Date: Mon, 7 May 2018 17:37:29 -0700
From: mhkelley58@...il.com
To: gregkh@...uxfoundation.org, linux-kernel@...r.kernel.org,
devel@...uxdriverproject.org, olaf@...fle.de, apw@...onical.com,
vkuznets@...hat.com, jasowang@...hat.com,
leann.ogasawara@...onical.com, marcelo.cerri@...onical.com,
sthemmin@...rosoft.com, kys@...rosoft.com
Subject: [PATCH char-misc 0/2] Drivers: hv: vmbus: Remove x86-isms in arch independent code
From: Michael Kelley <mikelley@...rosoft.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
Powered by blists - more mailing lists