Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

[POWERPC] Wire up sys_move_pages

All the infrastructure is already in place for this, so we only need
to allocate a syscall number and hook it up.

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>

authored by

Stephen Rothwell and committed by
Paul Mackerras
9716a340 056f4faa

+3 -1
+1
include/asm-powerpc/systbl.h
··· 304 304 SYSCALL_SPU(faccessat) 305 305 COMPAT_SYS_SPU(get_robust_list) 306 306 COMPAT_SYS_SPU(set_robust_list) 307 + COMPAT_SYS(move_pages)
+2 -1
include/asm-powerpc/unistd.h
··· 323 323 #define __NR_faccessat 298 324 324 #define __NR_get_robust_list 299 325 325 #define __NR_set_robust_list 300 326 + #define __NR_move_pages 301 326 327 327 328 #ifdef __KERNEL__ 328 329 329 - #define __NR_syscalls 301 330 + #define __NR_syscalls 302 330 331 331 332 #define __NR__exit __NR_exit 332 333 #define NR_syscalls __NR_syscalls