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/kernel/head.S | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'arch/mips/kernel/head.S') diff --git a/arch/mips/kernel/head.S b/arch/mips/kernel/head.S index 229f78930..29c326e49 100644 --- a/arch/mips/kernel/head.S +++ b/arch/mips/kernel/head.S @@ -8,7 +8,7 @@ * * Head.S contains the MIPS exception handler and startup code. * - * $Id: head.S,v 1.5 1997/12/01 17:57:27 ralf Exp $ + * $Id: head.S,v 1.11 1998/03/22 20:43:43 ralf Exp $ */ #include #include @@ -396,6 +396,12 @@ probe_done: jal sgi_sysinit nop #endif + +#ifdef CONFIG_COBALT_MICRO_SERVER + jal SetUpBootInfo + nop +#endif + /* Get the very one tags we need early in the boot process */ nop jal bi_EarlySnarf -- cgit v1.2.3