diff options
author | Harald Koerfgen <hkoerfg@web.de> | 1999-09-18 20:48:03 +0000 |
---|---|---|
committer | Harald Koerfgen <hkoerfg@web.de> | 1999-09-18 20:48:03 +0000 |
commit | bb722553b5f6467eb4acbc3afa2bf4cc7bd60474 (patch) | |
tree | 6b3ab5449aece7ba73d11235fe6c452ca27d446b /arch/mips/mm/loadmmu.c | |
parent | 2eea98631f146d92aa39a39e23f5ac02ca34d20b (diff) |
o made CVS compile again for R5000
o dz fixes by David Airlie
o small zs fix (init is fast again)
o #ifdef in softirq.h fixed
Diffstat (limited to 'arch/mips/mm/loadmmu.c')
-rw-r--r-- | arch/mips/mm/loadmmu.c | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/arch/mips/mm/loadmmu.c b/arch/mips/mm/loadmmu.c index cd6a884c7..f41eab442 100644 --- a/arch/mips/mm/loadmmu.c +++ b/arch/mips/mm/loadmmu.c @@ -3,7 +3,7 @@ * * Copyright (C) 1996 David S. Miller (dm@engr.sgi.com) * - * $Id: loadmmu.c,v 1.10 1999/06/17 13:25:51 ralf Exp $ + * $Id: loadmmu.c,v 1.11 1999/08/09 19:43:16 harald Exp $ */ #include <linux/init.h> #include <linux/kernel.h> @@ -37,7 +37,8 @@ void (*dma_cache_inv)(unsigned long start, unsigned long size); #ifdef CONFIG_CPU_R3000 extern void ld_mmu_r2300(void); #endif -#if defined(CONFIG_CPU_R4X00) || defined(CONFIG_CPU_R4300) +#if defined(CONFIG_CPU_R4X00) || defined(CONFIG_CPU_R4300) || \ + defined(CONFIG_CPU_R5000) || defined(CONFIG_CPU_NEVADA) extern void ld_mmu_r4xx0(void); #endif #ifdef CONFIG_CPU_R6000 @@ -62,7 +63,8 @@ __initfunc(void loadmmu(void)) break; #endif -#if defined(CONFIG_CPU_R4X00) || defined(CONFIG_CPU_R4300) +#if defined(CONFIG_CPU_R4X00) || defined(CONFIG_CPU_R4300) || \ + defined(CONFIG_CPU_R5000) || defined(CONFIG_CPU_NEVADA) case CPU_R4000PC: case CPU_R4000SC: case CPU_R4000MC: |