git://git.onelab.eu
/
linux-2.6.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6937e87
)
- merge revision 1.2
author
Mark Huang
<mlhuang@cs.princeton.edu>
Thu, 1 Dec 2005 20:07:06 +0000
(20:07 +0000)
committer
Mark 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
patch
|
blob
|
history
diff --git
a/arch/um/sys-i386/sys_call_table.S
b/arch/um/sys-i386/sys_call_table.S
index
ad75c27
..
e4b44f2
100644
(file)
--- a/
arch/um/sys-i386/sys_call_table.S
+++ b/
arch/um/sys-i386/sys_call_table.S
@@
-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"