patch-2.1.15 linux/arch/i386/kernel/entry.S
Next file: linux/arch/i386/kernel/head.S
Previous file: linux/arch/i386/kernel/Makefile
Back to the patch index
Back to the overall index
- Lines: 28
- Date:
Thu Dec 12 16:51:08 1996
- Orig file:
v2.1.14/linux/arch/i386/kernel/entry.S
- Orig date:
Tue Nov 12 15:56:02 1996
diff -u --recursive --new-file v2.1.14/linux/arch/i386/kernel/entry.S linux/arch/i386/kernel/entry.S
@@ -280,6 +280,9 @@
ALIGN
.globl ret_from_sys_call
ret_from_sys_call:
+#ifdef __SMP__
+ GET_CURRENT
+#endif
cmpl $0,SYMBOL_NAME(intr_count)
jne 1f
9: movl SYMBOL_NAME(bh_mask),%eax
@@ -572,7 +575,7 @@
.long SYMBOL_NAME(sys_iopl) /* 110 */
.long SYMBOL_NAME(sys_vhangup)
.long SYMBOL_NAME(sys_idle)
- .long SYMBOL_NAME(sys_vm86)
+ .long SYMBOL_NAME(sys_vm86old)
.long SYMBOL_NAME(sys_wait4)
.long SYMBOL_NAME(sys_swapoff) /* 115 */
.long SYMBOL_NAME(sys_sysinfo)
@@ -625,6 +628,7 @@
.long SYMBOL_NAME(sys_mremap)
.long SYMBOL_NAME(sys_setresuid)
.long SYMBOL_NAME(sys_getresuid)
- .rept NR_syscalls-165
+ .long SYMBOL_NAME(sys_vm86)
+ .rept NR_syscalls-166
.long SYMBOL_NAME(sys_ni_syscall)
.endr
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov