]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[PARISC] Wire up kexec_load syscall
authorKyle McMartin <kyle@parisc-linux.org>
Sat, 17 Mar 2007 15:17:31 +0000 (11:17 -0400)
committerKyle McMartin <kyle@athena.road.mcmartin.ca>
Wed, 23 May 2007 02:42:59 +0000 (22:42 -0400)
Definitely unimplemented at this point and will just
trap to sys_ni_syscall...

Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
arch/parisc/kernel/syscall_table.S
include/asm-parisc/unistd.h

index 9323f4d64e1c26624ebccee4e977798251313e09..7e04db6b725a2abbb141aa94871fb79898ab7afd 100644 (file)
        ENTRY_SAME(epoll_pwait)
        ENTRY_COMP(statfs64)
        ENTRY_COMP(fstatfs64)
+       ENTRY_COMP(kexec_load)          /* 300 */
        /* Nothing yet */
 
 #undef ENTRY_SAME
index 2f7c40861c91dbb2cae7ca888271140820b6ba12..693743f9a3041c488dafdbff8b84e0455d957736 100644 (file)
 #define __NR_epoll_pwait       (__NR_Linux + 297)
 #define __NR_statfs64          (__NR_Linux + 298)
 #define __NR_fstatfs64         (__NR_Linux + 299)
+#define __NR_kexec_load                (__NR_Linux + 300)
 
-#define __NR_Linux_syscalls     (__NR_fstatfs64 + 1)
+#define __NR_Linux_syscalls     (__NR_kexec_load + 1)
 
 #define HPUX_GATEWAY_ADDR       0xC0000004
 #define LINUX_GATEWAY_ADDR      0x100