patch-2.4.19 linux-2.4.19/arch/mips64/arc/memory.c
Next file: linux-2.4.19/arch/mips64/arc/misc.c
Previous file: linux-2.4.19/arch/mips64/arc/init.c
Back to the patch index
Back to the overall index
- Lines: 30
- Date:
Fri Aug 2 17:39:43 2002
- Orig file:
linux-2.4.18/arch/mips64/arc/memory.c
- Orig date:
Sun Sep 9 10:43:02 2001
diff -urN linux-2.4.18/arch/mips64/arc/memory.c linux-2.4.19/arch/mips64/arc/memory.c
@@ -26,8 +26,7 @@
#undef DEBUG
-struct linux_mdesc * __init
-ArcGetMemoryDescriptor(struct linux_mdesc *Current)
+struct linux_mdesc* __init ArcGetMemoryDescriptor(struct linux_mdesc *Current)
{
return (struct linux_mdesc *) ARC_CALL1(get_mdesc, Current);
}
@@ -100,7 +99,7 @@
static int __init prom_memtype_classify (union linux_memtypes type)
{
- if (prom_flags & PROM_FLAG_ARCS) /* SGI is ``different'' ... */
+ if (prom_flags & PROM_FLAG_ARCS) /* SGI is ``different'' ... */
return memtype_classify_arcs(type);
return memtype_classify_arc(type);
@@ -114,10 +113,7 @@
int i = 0;
prom_printf("ARCS MEMORY DESCRIPTOR dump:\n");
- i=0;
- prom_printf ("i=%d\n", i);
p = ArcGetMemoryDescriptor(PROM_NULL_MDESC);
- prom_printf ("i=%d\n", i);
while(p) {
prom_printf("[%d,%p]: base<%08lx> pages<%08lx> type<%s>\n",
i, p, p->base, p->pages, mtypes(p->type));
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)