diff options
Diffstat (limited to 'arch/mips64/mm')
-rw-r--r-- | arch/mips64/mm/Makefile | 4 | ||||
-rw-r--r-- | arch/mips64/mm/init.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/arch/mips64/mm/Makefile b/arch/mips64/mm/Makefile index a5da59936..dc9459a41 100644 --- a/arch/mips64/mm/Makefile +++ b/arch/mips64/mm/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $Id: Makefile,v 1.1 1999/08/18 23:37:47 ralf Exp $ # # Makefile for the Linux/MIPS-specific parts of the memory manager. # @@ -6,7 +6,7 @@ O_TARGET := mm.o O_OBJS := extable.o init.o fault.o r4xx0.o tfp.o andes.o loadmmu.o -ifdef CONFIG_SGI +ifdef CONFIG_SGI_IP22 O_OBJS += umap.o endif diff --git a/arch/mips64/mm/init.c b/arch/mips64/mm/init.c index b94fa636b..903c2541c 100644 --- a/arch/mips64/mm/init.c +++ b/arch/mips64/mm/init.c @@ -1,4 +1,4 @@ -/* $Id: init.c,v 1.1 1999/08/18 23:37:47 ralf Exp $ +/* $Id: init.c,v 1.2 1999/08/19 22:56:32 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 @@ -31,7 +31,7 @@ #include <asm/jazzdma.h> #include <asm/system.h> #include <asm/pgtable.h> -#ifdef CONFIG_SGI +#ifdef CONFIG_SGI_IP22 #include <asm/sgialib.h> #endif #include <asm/mmu_context.h> |