patch-2.3.41 linux/arch/sparc64/kernel/process.c
Next file: linux/arch/sparc64/kernel/sbus.c
Previous file: linux/arch/sparc64/kernel/pci_sabre.c
Back to the patch index
Back to the overall index
- Lines: 23
- Date:
Fri Jan 21 18:22:54 2000
- Orig file:
v2.3.40/linux/arch/sparc64/kernel/process.c
- Orig date:
Wed Dec 29 13:13:14 1999
diff -u --recursive --new-file v2.3.40/linux/arch/sparc64/kernel/process.c linux/arch/sparc64/kernel/process.c
@@ -1,4 +1,4 @@
-/* $Id: process.c,v 1.102 1999/12/15 22:24:49 davem Exp $
+/* $Id: process.c,v 1.103 2000/01/21 11:38:53 jj Exp $
* arch/sparc64/kernel/process.c
*
* Copyright (C) 1995, 1996 David S. Miller (davem@caip.rutgers.edu)
@@ -364,8 +364,6 @@
printk("kregs: 0x%016lx\n", (unsigned long)thread->kregs);
show_regs(thread->kregs);
#endif
- printk("sig_address: 0x%016lx\n", thread->sig_address);
- printk("sig_desc: 0x%016lx\n", thread->sig_desc);
printk("ksp: 0x%016lx\n", thread->ksp);
if (thread->w_saved) {
@@ -701,7 +699,6 @@
memcpy(&dump->fpu.fpstatus.fregs.regs[0], ¤t->thread.float_regs[0], (sizeof(unsigned long) * 32));
dump->fpu.fpstatus.fsr = current->thread.fsr;
dump->fpu.fpstatus.flags = dump->fpu.fpstatus.extra = 0;
- dump->sigcode = current->thread.sig_desc;
#endif
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)