patch-2.3.99-pre2 linux/arch/sparc64/kernel/sys_sparc.c
Next file: linux/arch/sparc64/kernel/sys_sparc32.c
Previous file: linux/arch/sparc64/kernel/sparc64_ksyms.c
Back to the patch index
Back to the overall index
- Lines: 19
- Date:
Fri Mar 17 10:56:19 2000
- Orig file:
v2.3.99-pre1/linux/arch/sparc64/kernel/sys_sparc.c
- Orig date:
Sun Feb 20 21:12:38 2000
diff -u --recursive --new-file v2.3.99-pre1/linux/arch/sparc64/kernel/sys_sparc.c linux/arch/sparc64/kernel/sys_sparc.c
@@ -1,4 +1,4 @@
-/* $Id: sys_sparc.c,v 1.36 2000/02/16 07:31:35 davem Exp $
+/* $Id: sys_sparc.c,v 1.37 2000/03/17 05:48:46 anton Exp $
* linux/arch/sparc64/kernel/sys_sparc.c
*
* This file contains various random system calls that
@@ -348,9 +348,10 @@
lock_kernel();
regs->tpc = regs->tnpc;
regs->tnpc += 4;
- if(++count <= 20)
+ if(++count <= 5) {
printk ("For Solaris binary emulation you need solaris module loaded\n");
- show_regs (regs);
+ show_regs (regs);
+ }
send_sig(SIGSEGV, current, 1);
unlock_kernel();
return -ENOSYS;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)