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
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
>
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 |
3 matches
Mail list logo