projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
79320bc
)
x86, um: Fix typo in 32-bit system call modifications
author
H. Peter Anvin
<hpa@zytor.com>
Fri, 9 Dec 2011 19:13:59 +0000
(11:13 -0800)
committer
H. Peter Anvin
<hpa@zytor.com>
Fri, 9 Dec 2011 19:13:59 +0000
(11:13 -0800)
We override sys_iopl(), not stub_iopl(); the latter is a 64-bitism
that doesn't apply to i386 in the first place.
Reported-by: Richard Weinberger <richard@nod.at>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
arch/x86/um/sys_call_table_32.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/x86/um/sys_call_table_32.c
b/arch/x86/um/sys_call_table_32.c
index 0606aa3e92ae969203455177288d9351dfe10e4f..416bd40c0eba51f46863888f05637fc8794389ba 100644
(file)
--- a/
arch/x86/um/sys_call_table_32.c
+++ b/
arch/x86/um/sys_call_table_32.c
@@
-16,7
+16,7
@@
*/
/* Not going to be implemented by UML, since we have no hardware. */
-#define s
tub
_iopl sys_ni_syscall
+#define s
ys
_iopl sys_ni_syscall
#define sys_ioperm sys_ni_syscall
#define sys_vm86old sys_ni_syscall