patch-2.4.22 linux-2.4.22/arch/ppc/mm/mem_pieces.c
Next file: linux-2.4.22/arch/ppc/mm/mmu_context.c
Previous file: linux-2.4.22/arch/ppc/mm/init.c
Back to the patch index
Back to the overall index
- Lines: 17
- Date:
2003-08-25 04:44:40.000000000 -0700
- Orig file:
linux-2.4.21/arch/ppc/mm/mem_pieces.c
- Orig date:
2003-06-13 07:51:31.000000000 -0700
diff -urN linux-2.4.21/arch/ppc/mm/mem_pieces.c linux-2.4.22/arch/ppc/mm/mem_pieces.c
@@ -46,14 +46,14 @@
}
}
panic("Couldn't find %u bytes at %u alignment\n", size, align);
-
+
return NULL;
}
/*
* Remove some memory from an array of pieces
*/
-void __init
+void __init
mem_pieces_remove(struct mem_pieces *mp, unsigned int start, unsigned int size,
int must_exist)
{
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)