Update of /cvsroot/linux-mips/linux/arch/mips64/mm
In directory usw-pr-cvs1:/tmp/cvs-serv6475
Modified Files:
andes.c init.c r4xx0.c
Log Message:
Nothing here needs <asm/sgialib.h>.
Index: andes.c
===================================================================
RCS file: /cvsroot/linux-mips/linux/arch/mips64/mm/andes.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- andes.c 2001/11/19 17:57:38 1.7
+++ andes.c 2001/11/20 17:57:32 1.8
@@ -15,7 +15,6 @@
#include <asm/pgtable.h>
#include <asm/r10kcache.h>
#include <asm/system.h>
-#include <asm/sgialib.h>
#include <asm/mmu_context.h>
static int scache_lsz64;
Index: init.c
===================================================================
RCS file: /cvsroot/linux-mips/linux/arch/mips64/mm/init.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- init.c 2001/10/19 21:19:38 1.3
+++ init.c 2001/11/20 17:57:32 1.4
@@ -32,9 +32,6 @@
#include <asm/system.h>
#include <asm/pgtable.h>
#include <asm/pgalloc.h>
-#ifdef CONFIG_SGI_IP22
-#include <asm/sgialib.h>
-#endif
#include <asm/mmu_context.h>
#include <asm/tlb.h>
Index: r4xx0.c
===================================================================
RCS file: /cvsroot/linux-mips/linux/arch/mips64/mm/r4xx0.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- r4xx0.c 2001/11/19 17:57:38 1.8
+++ r4xx0.c 2001/11/20 17:57:32 1.9
@@ -20,7 +20,6 @@
#include <asm/pgtable.h>
#include <asm/system.h>
#include <asm/bootinfo.h>
-#include <asm/sgialib.h>
#include <asm/mmu_context.h>
/* CP0 hazard avoidance. */
|