diff options
author | Eric Auger | 2017-12-13 18:59:23 +0100 |
---|---|---|
committer | Peter Maydell | 2017-12-13 18:59:23 +0100 |
commit | dd8739669f95b30653a3a05cb2e21da3f52894fa (patch) | |
tree | 3549abfc55b7b72160fe11b40cc325b70deb5b0e /linux-headers/asm-s390 | |
parent | hw/intc/arm_gicv3_its: Implement a minimalist reset (diff) | |
download | qemu-dd8739669f95b30653a3a05cb2e21da3f52894fa.tar.gz qemu-dd8739669f95b30653a3a05cb2e21da3f52894fa.tar.xz qemu-dd8739669f95b30653a3a05cb2e21da3f52894fa.zip |
linux-headers: update to 4.15-rc1
Update headers against v4.15-rc1.
Signed-off-by: Eric Auger <eric.auger@redhat.com>
Message-id: 1511883692-11511-4-git-send-email-eric.auger@redhat.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'linux-headers/asm-s390')
-rw-r--r-- | linux-headers/asm-s390/kvm.h | 1 | ||||
-rw-r--r-- | linux-headers/asm-s390/kvm_para.h | 1 | ||||
-rw-r--r-- | linux-headers/asm-s390/unistd.h | 4 |
3 files changed, 5 insertions, 1 deletions
diff --git a/linux-headers/asm-s390/kvm.h b/linux-headers/asm-s390/kvm.h index 7b750ef7ee..32d372e977 100644 --- a/linux-headers/asm-s390/kvm.h +++ b/linux-headers/asm-s390/kvm.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ #ifndef __LINUX_KVM_S390_H #define __LINUX_KVM_S390_H /* diff --git a/linux-headers/asm-s390/kvm_para.h b/linux-headers/asm-s390/kvm_para.h index ff1f4e7b30..0dc86b3a7c 100644 --- a/linux-headers/asm-s390/kvm_para.h +++ b/linux-headers/asm-s390/kvm_para.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ /* * User API definitions for paravirtual devices on s390 * diff --git a/linux-headers/asm-s390/unistd.h b/linux-headers/asm-s390/unistd.h index 65e7e59dbb..99223b874a 100644 --- a/linux-headers/asm-s390/unistd.h +++ b/linux-headers/asm-s390/unistd.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ /* * S390 version * @@ -315,7 +316,8 @@ #define __NR_pwritev2 377 #define __NR_s390_guarded_storage 378 #define __NR_statx 379 -#define NR_syscalls 380 +#define __NR_s390_sthyi 380 +#define NR_syscalls 381 /* * There are some system calls that are not present on 64 bit, some |