diff options
author | Harald Koerfgen <hkoerfg@web.de> | 2000-02-13 20:52:05 +0000 |
---|---|---|
committer | Harald Koerfgen <hkoerfg@web.de> | 2000-02-13 20:52:05 +0000 |
commit | b5766e7e617734ae2426cc836a2819ed81cace0c (patch) | |
tree | 2f21c1628f61ab56fb7bf4d47ad6890997de1f25 /arch/mips/mm/r4xx0.c | |
parent | 4f1dc929c47e0d019726681daa8d78d616868b0e (diff) |
o bootmem fixes for DECstations
o declarations in pgtable.h fixed
o cache management for R3000 improved
Diffstat (limited to 'arch/mips/mm/r4xx0.c')
-rw-r--r-- | arch/mips/mm/r4xx0.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/mips/mm/r4xx0.c b/arch/mips/mm/r4xx0.c index b5c76c801..2896ddea9 100644 --- a/arch/mips/mm/r4xx0.c +++ b/arch/mips/mm/r4xx0.c @@ -1,4 +1,4 @@ -/* $Id: r4xx0.c,v 1.26 1999/10/21 00:23:04 ralf Exp $ +/* $Id: r4xx0.c,v 1.27 2000/01/27 01:05:23 ralf Exp $ * * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive @@ -2228,7 +2228,7 @@ static void r4600v20k_flush_cache_sigtramp(unsigned long addr) #define NTLB_ENTRIES_HALF 24 /* Fixed on all R4XX0 variants... */ -inline void flush_tlb_all(void) +void flush_tlb_all(void) { unsigned long flags; unsigned long old_ctx; |