patch-2.1.121 linux/arch/i386/kernel/entry.S
Next file: linux/arch/i386/kernel/head.S
Previous file: linux/arch/i386/kernel/desc.h
Back to the patch index
Back to the overall index
-  Lines: 9
 -  Date:
Sun Sep  6 13:04:57 1998
 -  Orig file: 
v2.1.120/linux/arch/i386/kernel/entry.S
 -  Orig date: 
Sat Sep  5 16:46:40 1998
 
diff -u --recursive --new-file v2.1.120/linux/arch/i386/kernel/entry.S linux/arch/i386/kernel/entry.S
@@ -364,7 +364,7 @@
 
 .data
 ENTRY(sys_call_table)
-	.long SYMBOL_NAME(sys_setup)		/* 0 */
+	.long SYMBOL_NAME(sys_ni_syscall)	/* 0  -  old "setup()" system call*/
 	.long SYMBOL_NAME(sys_exit)
 	.long SYMBOL_NAME(sys_fork)
 	.long SYMBOL_NAME(sys_read)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov