diff options
author | Will Deacon <will@kernel.org> | 2019-10-17 22:42:42 +0200 |
---|---|---|
committer | Will Deacon <will@kernel.org> | 2019-10-17 22:42:42 +0200 |
commit | 777d062e5bee0e3c0751cdcbce116a76ee2310ec (patch) | |
tree | c63aada7db4af337a1077d75d4ac1d021393d378 /arch/mips/kernel/syscalls/syscall_o32.tbl | |
parent | arm64: tags: Preserve tags for addresses translated via TTBR1 (diff) | |
parent | arm64: Allow CAVIUM_TX2_ERRATUM_219 to be selected (diff) | |
download | linux-777d062e5bee0e3c0751cdcbce116a76ee2310ec.tar.xz linux-777d062e5bee0e3c0751cdcbce116a76ee2310ec.zip |
Merge branch 'errata/tx2-219' into for-next/fixes
Workaround for Cavium/Marvell ThunderX2 erratum #219.
* errata/tx2-219:
arm64: Allow CAVIUM_TX2_ERRATUM_219 to be selected
arm64: Avoid Cavium TX2 erratum 219 when switching TTBR
arm64: Enable workaround for Cavium TX2 erratum 219 when running SMT
arm64: KVM: Trap VM ops when ARM64_WORKAROUND_CAVIUM_TX2_219_TVM is set
Diffstat (limited to 'arch/mips/kernel/syscalls/syscall_o32.tbl')
-rw-r--r-- | arch/mips/kernel/syscalls/syscall_o32.tbl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/kernel/syscalls/syscall_o32.tbl b/arch/mips/kernel/syscalls/syscall_o32.tbl index 9653591428ec..353539ea4140 100644 --- a/arch/mips/kernel/syscalls/syscall_o32.tbl +++ b/arch/mips/kernel/syscalls/syscall_o32.tbl @@ -422,4 +422,4 @@ 432 o32 fsmount sys_fsmount 433 o32 fspick sys_fspick 434 o32 pidfd_open sys_pidfd_open -# 435 reserved for clone3 +435 o32 clone3 __sys_clone3 |