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

powerpc: add finit_module syscall.

(This is just for Acks: this won't work without the actual syscall patches,
sitting in my tree for -next at the moment).

Acked-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>

+3 -1
+1
arch/powerpc/include/asm/systbl.h
··· 356 356 SYSCALL_SPU(setns) 357 357 COMPAT_SYS(process_vm_readv) 358 358 COMPAT_SYS(process_vm_writev) 359 + SYSCALL(finit_module)
+1 -1
arch/powerpc/include/asm/unistd.h
··· 12 12 #include <uapi/asm/unistd.h> 13 13 14 14 15 - #define __NR_syscalls 353 15 + #define __NR_syscalls 354 16 16 17 17 #define __NR__exit __NR_exit 18 18 #define NR_syscalls __NR_syscalls
+1
arch/powerpc/include/uapi/asm/unistd.h
··· 375 375 #define __NR_setns 350 376 376 #define __NR_process_vm_readv 351 377 377 #define __NR_process_vm_writev 352 378 + #define __NR_finit_module 353 378 379 379 380 380 381 #endif /* _UAPI_ASM_POWERPC_UNISTD_H_ */