RE: [PATCH 1/1] Drivers: hv: vmbus: Break out ISA independent parts of mshyperv.h

2019-05-29 Thread Michael Kelley
From: Vitaly Kuznetsov Sent: Wednesday, May 29, 2019 8:41 AM > > void __init hyperv_init(void); > > I would actually expect to see hyperv_init() on all architectures so it > can probably go to 'generic' too. > Actually not. The declaration is not needed on all architectures. On ARM64, hype

Re: [PATCH 1/1] Drivers: hv: vmbus: Break out ISA independent parts of mshyperv.h

2019-05-29 Thread Vitaly Kuznetsov
Michael Kelley writes: > 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 >

[PATCH 1/1] Drivers: hv: vmbus: Break out ISA independent parts of mshyperv.h

2019-05-28 Thread Michael Kelley
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 --- MAINTAINERS |