diff options
| -rw-r--r-- | include/asm-powerpc/systbl.h | 2 | ||||
| -rw-r--r-- | include/asm-powerpc/unistd.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-powerpc/systbl.h b/include/asm-powerpc/systbl.h index eac85ce101b6..c6a03187f932 100644 --- a/include/asm-powerpc/systbl.h +++ b/include/asm-powerpc/systbl.h | |||
| @@ -261,7 +261,7 @@ SYSX(sys_ni_syscall, ppc_fadvise64_64, ppc_fadvise64_64) | |||
| 261 | PPC_SYS_SPU(rtas) | 261 | PPC_SYS_SPU(rtas) |
| 262 | OLDSYS(debug_setcontext) | 262 | OLDSYS(debug_setcontext) |
| 263 | SYSCALL(ni_syscall) | 263 | SYSCALL(ni_syscall) |
| 264 | SYSCALL(ni_syscall) | 264 | COMPAT_SYS(migrate_pages) |
| 265 | COMPAT_SYS(mbind) | 265 | COMPAT_SYS(mbind) |
| 266 | COMPAT_SYS(get_mempolicy) | 266 | COMPAT_SYS(get_mempolicy) |
| 267 | COMPAT_SYS(set_mempolicy) | 267 | COMPAT_SYS(set_mempolicy) |
diff --git a/include/asm-powerpc/unistd.h b/include/asm-powerpc/unistd.h index 464a48cce7f5..b5fe93291c96 100644 --- a/include/asm-powerpc/unistd.h +++ b/include/asm-powerpc/unistd.h | |||
| @@ -276,7 +276,7 @@ | |||
| 276 | #define __NR_rtas 255 | 276 | #define __NR_rtas 255 |
| 277 | #define __NR_sys_debug_setcontext 256 | 277 | #define __NR_sys_debug_setcontext 256 |
| 278 | /* Number 257 is reserved for vserver */ | 278 | /* Number 257 is reserved for vserver */ |
| 279 | /* 258 currently unused */ | 279 | #define __NR_migrate_pages 258 |
| 280 | #define __NR_mbind 259 | 280 | #define __NR_mbind 259 |
| 281 | #define __NR_get_mempolicy 260 | 281 | #define __NR_get_mempolicy 260 |
| 282 | #define __NR_set_mempolicy 261 | 282 | #define __NR_set_mempolicy 261 |
