OSDN Git Service

Drivers: hv: vmbus: Break out ISA independent parts of mshyperv.h
authorMichael Kelley <mikelley@microsoft.com>
Thu, 30 May 2019 00:14:00 +0000 (00:14 +0000)
committerSasha Levin <sashal@kernel.org>
Mon, 8 Jul 2019 23:06:27 +0000 (19:06 -0400)
commit765e33f5211ab620c117ff1ee0c4f38c10f7a973
treeb86ee04da8254bba9513903ac953348d40fe4164
parent674eecb3d35ab9531b49e2aceff1eeb142a850d6
Drivers: hv: vmbus: Break out ISA independent parts of mshyperv.h

Break out parts of mshyperv.h that are ISA independent into a
separate file in include/asm-generic. This move facilitates
ARM64 code reusing these definitions and avoids code
duplication. No functionality or behavior is changed.

Signed-off-by: Michael Kelley <mikelley@microsoft.com>
Reviewed-by: Vitaly Kuznetsov <vkuznets@redhat.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
MAINTAINERS
arch/x86/include/asm/mshyperv.h
include/asm-generic/mshyperv.h [new file with mode: 0644]