Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=fd3eef10f5a55acdefbd3f53ca7618a35cb6231f
Commit:     fd3eef10f5a55acdefbd3f53ca7618a35cb6231f
Parent:     034a15bfef7f52b4f1ff928b9a06d993969857db
Author:     Kyle McMartin <[EMAIL PROTECTED]>
AuthorDate: Sat Mar 17 11:17:31 2007 -0400
Committer:  Kyle McMartin <[EMAIL PROTECTED]>
CommitDate: Tue May 22 22:42:59 2007 -0400

    [PARISC] Wire up kexec_load syscall
    
    Definitely unimplemented at this point and will just
    trap to sys_ni_syscall...
    
    Signed-off-by: Kyle McMartin <[EMAIL PROTECTED]>
---
 arch/parisc/kernel/syscall_table.S |    1 +
 include/asm-parisc/unistd.h        |    3 ++-
 2 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/arch/parisc/kernel/syscall_table.S 
b/arch/parisc/kernel/syscall_table.S
index 9323f4d..7e04db6 100644
--- a/arch/parisc/kernel/syscall_table.S
+++ b/arch/parisc/kernel/syscall_table.S
@@ -400,6 +400,7 @@
        ENTRY_SAME(epoll_pwait)
        ENTRY_COMP(statfs64)
        ENTRY_COMP(fstatfs64)
+       ENTRY_COMP(kexec_load)          /* 300 */
        /* Nothing yet */
 
 #undef ENTRY_SAME
diff --git a/include/asm-parisc/unistd.h b/include/asm-parisc/unistd.h
index 2f7c408..693743f 100644
--- a/include/asm-parisc/unistd.h
+++ b/include/asm-parisc/unistd.h
@@ -792,8 +792,9 @@
 #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
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to