patch-2.4.22 linux-2.4.22/arch/ppc/mm/init.c

Next file: linux-2.4.22/arch/ppc/mm/mem_pieces.c
Previous file: linux-2.4.22/arch/ppc/mm/hashtable.S
Back to the patch index
Back to the overall index

diff -urN linux-2.4.21/arch/ppc/mm/init.c linux-2.4.22/arch/ppc/mm/init.c
@@ -345,7 +345,7 @@
 
 #ifdef CONFIG_BOOTX_TEXT
 	/* By default, we are no longer mapped */
-	boot_text_mapped = 0;	
+	boot_text_mapped = 0;
 	/* Must be done last, or ppc_md.progress will die. */
 	map_boot_text();
 #endif
@@ -573,14 +573,14 @@
 	 * memory as high as possible (it must be outside of the
 	 * bus address seen as the AGP aperture). It will be used
 	 * by the r128 DRM driver
-	 * 
+	 *
 	 * FIXME: We need to make sure that page doesn't overlap any of the\
 	 * above. This could be done by improving mem_pieces_find to be able
 	 * to do a backward search from the end of the list.
 	 */
 	if (_machine == _MACH_Pmac && find_devices("uni-north-agp")) {
 		agp_special_page = (total_memory - PAGE_SIZE);
-		mem_pieces_remove(&phys_avail, agp_special_page, PAGE_SIZE, 0);	
+		mem_pieces_remove(&phys_avail, agp_special_page, PAGE_SIZE, 0);
 		agp_special_page = (unsigned long)__va(agp_special_page);
 	}
 #endif /* CONFIG_ALL_PPC */

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