diff options
author | Helge Deller <deller@gmx.de> | 2016-03-20 11:20:31 (GMT) |
---|---|---|
committer | Helge Deller <deller@gmx.de> | 2016-03-23 14:42:18 (GMT) |
commit | 56649be9e67c17b4030fcc91ed6e1accc8e6918d (patch) | |
tree | 712a041e475c31440bbd413737336eb6624e33ba /arch/parisc/include | |
parent | c130423620331a104492bbbcc49f25125e26a21a (diff) | |
download | linux-56649be9e67c17b4030fcc91ed6e1accc8e6918d.tar.xz |
parisc: Drop alloc_hugepages and free_hugepages syscalls
The system calls alloc_hugepages() and free_hugepages() were introduced
in Linux 2.5.36 and removed again in 2.5.54. They were never implemented
on parisc, so let's drop them now.
Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'arch/parisc/include')
-rw-r--r-- | arch/parisc/include/uapi/asm/unistd.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/parisc/include/uapi/asm/unistd.h b/arch/parisc/include/uapi/asm/unistd.h index b75039f..fdb3c4e 100644 --- a/arch/parisc/include/uapi/asm/unistd.h +++ b/arch/parisc/include/uapi/asm/unistd.h @@ -235,8 +235,8 @@ #define __NR_io_getevents (__NR_Linux + 217) #define __NR_io_submit (__NR_Linux + 218) #define __NR_io_cancel (__NR_Linux + 219) -#define __NR_alloc_hugepages (__NR_Linux + 220) -#define __NR_free_hugepages (__NR_Linux + 221) +#define __NR_alloc_hugepages (__NR_Linux + 220) /* not used */ +#define __NR_free_hugepages (__NR_Linux + 221) /* not used */ #define __NR_exit_group (__NR_Linux + 222) #define __NR_lookup_dcookie (__NR_Linux + 223) #define __NR_epoll_create (__NR_Linux + 224) |