From 36ea5120664550fae6d31f1c6f695e4f8975cb06 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Fri, 27 Mar 1998 04:47:53 +0000 Subject: o Speedup syscalls. Now 816ns per syscall. Yes, nanoseconds and goodbye Pentium :-) o Little bit smarter handling of unimplemented exceptions. o Fix FPU context switches. o Fix reboot / halt. Powerdown in software still doesn't work. o Fix the fix for handling of return values of interrupted syscalls. o Handling of the Indy second level cache now works as spec'ed. Purely cosmentic, this was not causing any problems. --- arch/mips/tools/offset.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'arch/mips/tools') diff --git a/arch/mips/tools/offset.c b/arch/mips/tools/offset.c index 3a25b57d9..9474472c9 100644 --- a/arch/mips/tools/offset.c +++ b/arch/mips/tools/offset.c @@ -4,7 +4,7 @@ * Copyright (C) 1996 David S. Miller * Made portable by Ralf Baechle * - * $Id: offset.c,v 1.4 1997/12/16 05:34:45 ralf Exp $ + * $Id: offset.c,v 1.7 1998/03/26 07:28:02 ralf Exp $ */ #include @@ -65,8 +65,6 @@ void output_ptreg_defines(void) offset("#define PT_R31 ", struct pt_regs, regs[31]); offset("#define PT_LO ", struct pt_regs, lo); offset("#define PT_HI ", struct pt_regs, hi); - offset("#define PT_OR2 ", struct pt_regs, orig_reg2); - offset("#define PT_OR7 ", struct pt_regs, orig_reg7); offset("#define PT_EPC ", struct pt_regs, cp0_epc); offset("#define PT_BVADDR ", struct pt_regs, cp0_badvaddr); offset("#define PT_STATUS ", struct pt_regs, cp0_status); -- cgit v1.2.3