diff options
author | Helge Deller <deller@gmx.de> | 2016-10-29 23:47:57 +0200 |
---|---|---|
committer | Helge Deller <deller@gmx.de> | 2016-11-02 23:07:14 +0100 |
commit | 18088db042dd9ae25e8a1e069eb3a16db601ef8a (patch) | |
tree | e9ebbd544a72e4ac6524acfa822800d1bca6f65f /arch/parisc/include/uapi | |
parent | 6a6e2a14bbc06a627acc71108808fdc866078db4 (diff) | |
download | linux-18088db042dd9ae25e8a1e069eb3a16db601ef8a.tar.bz2 |
parisc: Ignore the pkey system calls for now
Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'arch/parisc/include/uapi')
-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 @@ #define __IGNORE_select /* newselect */ #define __IGNORE_fadvise64 /* fadvise64_64 */ - +#define __IGNORE_pkey_mprotect +#define __IGNORE_pkey_alloc +#define __IGNORE_pkey_free #define LINUX_GATEWAY_ADDR 0x100 |