Re: [PATCH v2 1/1] Drivers: hv: vmbus: Break out ISA independent parts of mshyperv.h
From: Sasha Levin <sashal@kernel.org>
Date: 2019-06-06 16:50:36
Also in:
lkml
From: Sasha Levin <sashal@kernel.org>
Date: 2019-06-06 16:50:36
Also in:
lkml
On Thu, May 30, 2019 at 12:14:00AM +0000, Michael Kelley wrote:
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 <redacted> Reviewed-by: Vitaly Kuznetsov <vkuznets@redhat.com> --- Changes in v2: * Removed unneeded #includes in asm-generic/mshyperv.h; added two #includes that are needed. [Vitaly Kuznetsov]
Queued for hyperv-next, thanks! -- Thanks, Sasha