patch-2.1.42 linux/arch/sparc64/mm/init.c
Next file: linux/drivers/block/ez.c
Previous file: linux/arch/sparc64/mm/fault.c
Back to the patch index
Back to the overall index
- Lines: 23
- Date:
Wed May 28 10:49:08 1997
- Orig file:
v2.1.41/linux/arch/sparc64/mm/init.c
- Orig date:
Sat May 24 09:10:23 1997
diff -u --recursive --new-file v2.1.41/linux/arch/sparc64/mm/init.c linux/arch/sparc64/mm/init.c
@@ -1,4 +1,4 @@
-/* $Id: init.c,v 1.28 1997/05/18 04:16:53 davem Exp $
+/* $Id: init.c,v 1.29 1997/05/27 06:28:13 davem Exp $
* arch/sparc64/mm/init.c
*
* Copyright (C) 1996,1997 David S. Miller (davem@caip.rutgers.edu)
@@ -269,10 +269,14 @@
}
}
+static char sfmmuinfo[512];
+
char *mmu_info(void)
{
- /* XXX */
- return "MMU Type: Spitfire\n\tFIXME: Write this\n";
+ /* We'll do the rest later to make it nice... -DaveM */
+ sprintf(sfmmuinfo, "MMU Type\t: Spitfire\n");
+
+ return sfmmuinfo;
}
static unsigned long mempool;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov