- merge revision 1.2
authorMark Huang <mlhuang@cs.princeton.edu>
Thu, 1 Dec 2005 20:07:06 +0000 (20:07 +0000)
committerMark Huang <mlhuang@cs.princeton.edu>
Thu, 1 Dec 2005 20:07:06 +0000 (20:07 +0000)
date: 2005/11/22 16:04:20;  author: mlhuang;  state: Exp;  lines: +2 -0
- disable kexec syscall for uml

arch/um/sys-i386/sys_call_table.S

index ad75c27..e4b44f2 100644 (file)
@@ -13,4 +13,6 @@
 #define sys_time um_time
 #define old_mmap old_mmap_i386
 
+#define sys_kexec_load sys_ni_syscall
+       
 #include "../../i386/kernel/syscall_table.S"