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

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)