patch-2.3.13 linux/arch/m68k/kernel/traps.c

Next file: linux/arch/m68k/mac/adb-bus.c
Previous file: linux/arch/m68k/kernel/signal.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.12/linux/arch/m68k/kernel/traps.c linux/arch/m68k/kernel/traps.c
@@ -648,7 +648,7 @@
 {
 	/* Only set esp0 if coming from user mode */
 	if (user_mode(&fp->ptregs))
-		current->tss.esp0 = (unsigned long) fp;
+		current->thread.esp0 = (unsigned long) fp;
 
 #if DEBUG
 	printk ("*** Bus Error *** Format is %x\n", fp->ptregs.format);

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)