patch-2.4.19 linux-2.4.19/arch/alpha/mm/init.c

Next file: linux-2.4.19/arch/alpha/mm/numa.c
Previous file: linux-2.4.19/arch/alpha/math-emu/math.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.18/arch/alpha/mm/init.c linux-2.4.19/arch/alpha/mm/init.c
@@ -380,7 +380,7 @@
 		free_page(addr);
 		totalram_pages++;
 	}
-	printk ("Freeing unused kernel memory: %ldk freed\n",
+	printk (KERN_INFO "Freeing unused kernel memory: %ldk freed\n",
 		(&__init_end - &__init_begin) >> 10);
 }
 
@@ -395,7 +395,7 @@
 		free_page(start);
 		totalram_pages++;
 	}
-	printk ("Freeing initrd memory: %ldk freed\n", (end - __start) >> 10);
+	printk (KERN_INFO "Freeing initrd memory: %ldk freed\n", (end - __start) >> 10);
 }
 #endif
 

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