diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1998-04-05 11:23:36 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1998-04-05 11:23:36 +0000 |
commit | 4318fbda2a7ee51caafdc4eb1f8028a3f0605142 (patch) | |
tree | cddb50a81d7d1a628cc400519162080c6d87868e /arch/mips/mm/r2300.c | |
parent | 36ea5120664550fae6d31f1c6f695e4f8975cb06 (diff) |
o Merge with Linux 2.1.91.
o First round of bugfixes for the SC/MC CPUs.
o FPU context switch fixes.
o Lazy context switches.
o Faster syscalls.
o Removed dead code.
o Shitloads of other things I forgot ...
Diffstat (limited to 'arch/mips/mm/r2300.c')
-rw-r--r-- | arch/mips/mm/r2300.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/mips/mm/r2300.c b/arch/mips/mm/r2300.c index 822cb1a1a..925c5222b 100644 --- a/arch/mips/mm/r2300.c +++ b/arch/mips/mm/r2300.c @@ -3,9 +3,9 @@ * * Copyright (C) 1996 David S. Miller (dm@engr.sgi.com) * - * $Id: r2300.c,v 1.3 1997/07/29 22:54:51 tsbogend Exp $ + * $Id: r2300.c,v 1.4 1998/03/22 23:27:15 ralf Exp $ */ - +#include <linux/init.h> #include <linux/kernel.h> #include <linux/sched.h> #include <linux/mm.h> @@ -258,7 +258,7 @@ static int r2300_user_mode(struct pt_regs *regs) return !(regs->cp0_status & 0x4); } -void ld_mmu_r2300(void) +__initfunc(void ld_mmu_r2300(void)) { clear_page = r2300_clear_page; copy_page = r2300_copy_page; |