patch-2.2.10 linux/arch/ppc/kernel/misc.S
Next file: linux/arch/ppc/kernel/prep_pci.c
Previous file: linux/arch/ppc/kernel/irq.c
Back to the patch index
Back to the overall index
- Lines: 28
- Date:
Fri Jun 4 13:30:47 1999
- Orig file:
v2.2.9/linux/arch/ppc/kernel/misc.S
- Orig date:
Tue May 11 13:10:28 1999
diff -u --recursive --new-file v2.2.9/linux/arch/ppc/kernel/misc.S linux/arch/ppc/kernel/misc.S
@@ -649,15 +649,6 @@
blr
/*
- * Fetch the current SR register
- * get_SR(int index)
- */
-_GLOBAL(get_SR)
- mfsrin r4,r3
- mr r3,r4
- blr
-
-/*
* Create a kernel thread
* __kernel_thread(flags, fn, arg)
*/
@@ -875,7 +866,11 @@
.long sys_getresuid /* 165 */
.long sys_query_module
.long sys_poll
+#ifdef CONFIG_NFS
.long sys_nfsservctl
+#else
+ .long sys_ni_syscall
+#endif
.long sys_setresgid
.long sys_getresgid /* 170 */
.long sys_prctl
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)