summaryrefslogtreecommitdiffstats
path: root/arch/mips/mm/andes.c
diff options
context:
space:
mode:
authorHarald Koerfgen <hkoerfg@web.de>2000-02-13 20:52:05 +0000
committerHarald Koerfgen <hkoerfg@web.de>2000-02-13 20:52:05 +0000
commitb5766e7e617734ae2426cc836a2819ed81cace0c (patch)
tree2f21c1628f61ab56fb7bf4d47ad6890997de1f25 /arch/mips/mm/andes.c
parent4f1dc929c47e0d019726681daa8d78d616868b0e (diff)
o bootmem fixes for DECstations
o declarations in pgtable.h fixed o cache management for R3000 improved
Diffstat (limited to 'arch/mips/mm/andes.c')
-rw-r--r--arch/mips/mm/andes.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/mips/mm/andes.c b/arch/mips/mm/andes.c
index 3230106b8..ab1715be3 100644
--- a/arch/mips/mm/andes.c
+++ b/arch/mips/mm/andes.c
@@ -1,4 +1,4 @@
-/* $Id: andes.c,v 1.8 1999/10/09 00:00:58 ralf Exp $
+/* $Id: andes.c,v 1.9 2000/01/27 01:05:23 ralf Exp $
*
* andes.c: MMU and cache operations for the R10000 (ANDES).
*
@@ -126,7 +126,7 @@ static void andes_flush_cache_sigtramp(unsigned long page)
}
/* TLB operations. XXX Write these dave... */
-inline void flush_tlb_all(void)
+void flush_tlb_all(void)
{
/* XXX */
}