diff options
author | Helge Deller <deller@gmx.de> | 2016-10-29 17:47:57 -0400 |
---|---|---|
committer | Helge Deller <deller@gmx.de> | 2016-11-02 18:07:14 -0400 |
commit | 18088db042dd9ae25e8a1e069eb3a16db601ef8a (patch) | |
tree | e9ebbd544a72e4ac6524acfa822800d1bca6f65f /arch/parisc | |
parent | 6a6e2a14bbc06a627acc71108808fdc866078db4 (diff) |
parisc: Ignore the pkey system calls for now
Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'arch/parisc')
-rw-r--r-- | arch/parisc/include/uapi/asm/unistd.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/parisc/include/uapi/asm/unistd.h b/arch/parisc/include/uapi/asm/unistd.h index a9b9407f38f7..6b0741e7a7ed 100644 --- a/arch/parisc/include/uapi/asm/unistd.h +++ b/arch/parisc/include/uapi/asm/unistd.h | |||
@@ -368,7 +368,9 @@ | |||
368 | 368 | ||
369 | #define __IGNORE_select /* newselect */ | 369 | #define __IGNORE_select /* newselect */ |
370 | #define __IGNORE_fadvise64 /* fadvise64_64 */ | 370 | #define __IGNORE_fadvise64 /* fadvise64_64 */ |
371 | 371 | #define __IGNORE_pkey_mprotect | |
372 | #define __IGNORE_pkey_alloc | ||
373 | #define __IGNORE_pkey_free | ||
372 | 374 | ||
373 | #define LINUX_GATEWAY_ADDR 0x100 | 375 | #define LINUX_GATEWAY_ADDR 0x100 |
374 | 376 | ||