diff options
| author | Matthew Rosato | 2020-10-26 16:34:30 +0100 |
|---|---|---|
| committer | Alex Williamson | 2020-11-01 20:30:51 +0100 |
| commit | 53ba2eee52bff5a746e96835539a1079f6bcadd1 (patch) | |
| tree | 27d0b99e5721816c7506f113a80752a078eda668 /linux-headers/asm-s390 | |
| parent | update-linux-headers: Add vfio_zdev.h (diff) | |
| download | qemu-53ba2eee52bff5a746e96835539a1079f6bcadd1.tar.gz qemu-53ba2eee52bff5a746e96835539a1079f6bcadd1.tar.xz qemu-53ba2eee52bff5a746e96835539a1079f6bcadd1.zip | |
linux-headers: update against 5.10-rc1
commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec
Signed-off-by: Matthew Rosato <mjrosato@linux.ibm.com>
[aw: drop pvrdma_ring.h changes to avoid revert of d73415a31547 ("qemu/atomic.h: rename atomic_ to qatomic_")]
Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
Diffstat (limited to 'linux-headers/asm-s390')
| -rw-r--r-- | linux-headers/asm-s390/unistd_32.h | 1 | ||||
| -rw-r--r-- | linux-headers/asm-s390/unistd_64.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/linux-headers/asm-s390/unistd_32.h b/linux-headers/asm-s390/unistd_32.h index 1803cd0c3b..3b4f2dda60 100644 --- a/linux-headers/asm-s390/unistd_32.h +++ b/linux-headers/asm-s390/unistd_32.h @@ -412,5 +412,6 @@ #define __NR_openat2 437 #define __NR_pidfd_getfd 438 #define __NR_faccessat2 439 +#define __NR_process_madvise 440 #endif /* _ASM_S390_UNISTD_32_H */ diff --git a/linux-headers/asm-s390/unistd_64.h b/linux-headers/asm-s390/unistd_64.h index 228d5004e5..030a51fa38 100644 --- a/linux-headers/asm-s390/unistd_64.h +++ b/linux-headers/asm-s390/unistd_64.h @@ -360,5 +360,6 @@ #define __NR_openat2 437 #define __NR_pidfd_getfd 438 #define __NR_faccessat2 439 +#define __NR_process_madvise 440 #endif /* _ASM_S390_UNISTD_64_H */ |
