diff options
author | Juergen Gross <jgross@suse.com> | 2018-08-28 09:40:15 +0200 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2018-09-03 16:50:33 +0200 |
commit | 901d209a8b0e448dadbc830bc7d7951d1c9621f9 (patch) | |
tree | 1c97029f481ef5451612f70e5bf84a8fcf520ab0 /arch/x86/xen/vdso.h | |
parent | x86/xen: Link platform-pci-unplug.o only if CONFIG_XEN_PVHVM (diff) | |
download | linux-901d209a8b0e448dadbc830bc7d7951d1c9621f9.tar.xz linux-901d209a8b0e448dadbc830bc7d7951d1c9621f9.zip |
x86/xen: Add SPDX identifier in arch/x86/xen files
Signed-off-by: Juergen Gross <jgross@suse.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Boris Ostrovsky <boris.ostrovsky@oracle.com>
Cc: xen-devel@lists.xenproject.org
Cc: virtualization@lists.linux-foundation.org
Cc: akataria@vmware.com
Cc: rusty@rustcorp.com.au
Cc: hpa@zytor.com
Link: https://lkml.kernel.org/r/20180828074026.820-5-jgross@suse.com
Diffstat (limited to 'arch/x86/xen/vdso.h')
-rw-r--r-- | arch/x86/xen/vdso.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/xen/vdso.h b/arch/x86/xen/vdso.h index 861fedfe5230..873c54c488fe 100644 --- a/arch/x86/xen/vdso.h +++ b/arch/x86/xen/vdso.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0 */ + /* Bit used for the pseudo-hwcap for non-negative segments. We use bit 1 to avoid bugs in some versions of glibc when bit 0 is used; the choice is otherwise arbitrary. */ |