On Tue, 5 Nov 2019 17:10:44 +0800 Heyi Guo <[email protected]> wrote:
> Import Linux header file include/uapi/linux/arm_sdei.h from kernel v5.4-rc5. > > This is to prepare for qemu SDEI emulation. > > Signed-off-by: Heyi Guo <[email protected]> > Cc: Peter Maydell <[email protected]> > Cc: Dave Martin <[email protected]> > Cc: Marc Zyngier <[email protected]> > Cc: Mark Rutland <[email protected]> > Cc: James Morse <[email protected]> > Cc: "Michael S. Tsirkin" <[email protected]> > Cc: Cornelia Huck <[email protected]> > Cc: Paolo Bonzini <[email protected]> > --- > > Notes: > v2: > - Import arm_sdei.h by running update-linux-headers.sh > > include/standard-headers/linux/arm_sdei.h | 73 +++++++++++++++++++++++ > 1 file changed, 73 insertions(+) > create mode 100644 include/standard-headers/linux/arm_sdei.h Just a remark that I find it a bit odd that that a header that looks arm-specific is in the generic linux/ directory (already in the kernel, I know.) Is this for sharing between arm and arm64, maybe?
