patch-2.4.0-test10 linux/arch/sh/mm/init.c

Next file: linux/arch/sh/mm/ioremap.c
Previous file: linux/arch/sh/mm/fault.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test9/linux/arch/sh/mm/init.c linux/arch/sh/mm/init.c
@@ -40,8 +40,8 @@
  */
 unsigned long mmu_context_cache;
 
-static unsigned long totalram_pages = 0;
-static unsigned long totalhigh_pages = 0;
+static unsigned long totalram_pages;
+static unsigned long totalhigh_pages;
 
 extern unsigned long init_smp_mappings(unsigned long);
 

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