patch-2.1.9 linux/arch/i386/kernel/entry.S

Next file: linux/arch/i386/kernel/time.c
Previous file: linux/arch/i386/defconfig
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.8/linux/arch/i386/kernel/entry.S linux/arch/i386/kernel/entry.S
@@ -317,6 +317,7 @@
 	RESTORE_ALL
 	ALIGN
 tracesys:
+	movl $-ENOSYS,EAX(%esp)
 	call SYMBOL_NAME(syscall_trace)
 	movl ORIG_EAX(%esp),%eax
 	call SYMBOL_NAME(sys_call_table)(,%eax,4)

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov