patch-2.4.22 linux-2.4.22/arch/mips/philips/nino/prom.c

Next file: linux-2.4.22/arch/mips/philips/nino/setup.c
Previous file: linux-2.4.22/arch/mips/philips/nino/power.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.21/arch/mips/philips/nino/prom.c linux-2.4.22/arch/mips/philips/nino/prom.c
@@ -6,7 +6,7 @@
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License version 2 as
  * published by the Free Software Foundation.
- *  
+ *
  *  Early initialization code for the Philips Nino
  */
 #include <linux/config.h>
@@ -60,8 +60,8 @@
 	 * memory and mark it as reserved.
 	 */
 	free_end = (mem_size - tx3912fb_size) & PAGE_MASK;
-	add_memory_region(0, free_end, BOOT_MEM_RAM); 
-	add_memory_region(free_end, (mem_size - free_end), BOOT_MEM_RESERVED); 
+	add_memory_region(0, free_end, BOOT_MEM_RAM);
+	add_memory_region(free_end, (mem_size - free_end), BOOT_MEM_RESERVED);
 
 	/*
 	 * Calculate physical and virtual addresses for
@@ -71,7 +71,7 @@
 	tx3912fb_vaddr = KSEG1ADDR(free_end);
 }
 #else
-	add_memory_region(0, mem_size, BOOT_MEM_RAM); 
+	add_memory_region(0, mem_size, BOOT_MEM_RAM);
 #endif
 }
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)