diff options
| author | Cédric Le Goater <clg@redhat.com> | 2023-07-09 23:23:08 +0200 |
|---|---|---|
| committer | Cédric Le Goater <clg@redhat.com> | 2023-07-10 09:52:52 +0200 |
| commit | d0bf492f3877d4187d2f7d0c0abb3a2bf3104392 (patch) | |
| tree | eadabad28d572a4711b26e5ab63e0114c3f751bf /linux-headers/asm-mips | |
| parent | 8af87a3ec7e42ff1b9cf75ceee0451c31e34d153 (diff) | |
| download | focaccia-qemu-d0bf492f3877d4187d2f7d0c0abb3a2bf3104392.tar.gz focaccia-qemu-d0bf492f3877d4187d2f7d0c0abb3a2bf3104392.zip | |
linux-headers: update to v6.5-rc1
Reviewed-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Cédric Le Goater <clg@redhat.com>
Diffstat (limited to 'linux-headers/asm-mips')
| -rw-r--r-- | linux-headers/asm-mips/unistd_n32.h | 1 | ||||
| -rw-r--r-- | linux-headers/asm-mips/unistd_n64.h | 1 | ||||
| -rw-r--r-- | linux-headers/asm-mips/unistd_o32.h | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/linux-headers/asm-mips/unistd_n32.h b/linux-headers/asm-mips/unistd_n32.h index 1f14a6fad3..8233f061c4 100644 --- a/linux-headers/asm-mips/unistd_n32.h +++ b/linux-headers/asm-mips/unistd_n32.h @@ -379,5 +379,6 @@ #define __NR_process_mrelease (__NR_Linux + 448) #define __NR_futex_waitv (__NR_Linux + 449) #define __NR_set_mempolicy_home_node (__NR_Linux + 450) +#define __NR_cachestat (__NR_Linux + 451) #endif /* _ASM_UNISTD_N32_H */ diff --git a/linux-headers/asm-mips/unistd_n64.h b/linux-headers/asm-mips/unistd_n64.h index e5a8ebec78..a174edc768 100644 --- a/linux-headers/asm-mips/unistd_n64.h +++ b/linux-headers/asm-mips/unistd_n64.h @@ -355,5 +355,6 @@ #define __NR_process_mrelease (__NR_Linux + 448) #define __NR_futex_waitv (__NR_Linux + 449) #define __NR_set_mempolicy_home_node (__NR_Linux + 450) +#define __NR_cachestat (__NR_Linux + 451) #endif /* _ASM_UNISTD_N64_H */ diff --git a/linux-headers/asm-mips/unistd_o32.h b/linux-headers/asm-mips/unistd_o32.h index 871d57168f..c1a5351d9b 100644 --- a/linux-headers/asm-mips/unistd_o32.h +++ b/linux-headers/asm-mips/unistd_o32.h @@ -425,5 +425,6 @@ #define __NR_process_mrelease (__NR_Linux + 448) #define __NR_futex_waitv (__NR_Linux + 449) #define __NR_set_mempolicy_home_node (__NR_Linux + 450) +#define __NR_cachestat (__NR_Linux + 451) #endif /* _ASM_UNISTD_O32_H */ |