xtensa: fix typo in pkey_alloc syscall number
* linux/xtensa/syscallent.h (pkey_alloc): Change from 249 to 349.
This commit is contained in:
parent
e78becf8b9
commit
f5b9ee4945
@ -337,6 +337,6 @@
|
||||
[346] = { 6, TD, SEN(preadv2), "preadv2" },
|
||||
[347] = { 6, TD, SEN(pwritev2), "pwritev2" },
|
||||
[348] = { 4, TM|SI, SEN(pkey_mprotect), "pkey_mprotect" },
|
||||
[249] = { 2, 0, SEN(pkey_alloc), "pkey_alloc" },
|
||||
[349] = { 2, 0, SEN(pkey_alloc), "pkey_alloc" },
|
||||
[350] = { 1, 0, SEN(pkey_free), "pkey_free" },
|
||||
[351] = { 5, TD|TF|TSTA, SEN(statx), "statx" },
|
||||
|
Loading…
x
Reference in New Issue
Block a user