From 4318fbda2a7ee51caafdc4eb1f8028a3f0605142 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Sun, 5 Apr 1998 11:23:36 +0000 Subject: 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 ... --- arch/mips/sgi/kernel/indy_mc.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'arch/mips/sgi/kernel/indy_mc.c') diff --git a/arch/mips/sgi/kernel/indy_mc.c b/arch/mips/sgi/kernel/indy_mc.c index 449bb5b41..c34cc48f2 100644 --- a/arch/mips/sgi/kernel/indy_mc.c +++ b/arch/mips/sgi/kernel/indy_mc.c @@ -1,8 +1,11 @@ -/* $Id: indy_mc.c,v 1.5 1996/06/29 07:06:51 dm Exp $ +/* * indy_mc.c: Routines for manipulating the INDY memory controller. * * Copyright (C) 1996 David S. Miller (dm@engr.sgi.com) + * + * $Id: indy_mc.c,v 1.2 1998/03/27 08:53:44 ralf Exp $ */ +#include #include #include @@ -43,7 +46,7 @@ static inline char *mconfig_string(unsigned long val) }; } -void sgimc_init(void) +__initfunc(void sgimc_init(void)) { unsigned long tmpreg; -- cgit v1.2.3