patch-2.4.19 linux-2.4.19/arch/sh/mm/init.c
Next file: linux-2.4.19/arch/sparc/boot/Makefile
Previous file: linux-2.4.19/arch/sh/kernel/signal.c
Back to the patch index
Back to the overall index
-  Lines: 18
 -  Date:
Fri Aug  2 17:39:43 2002
 -  Orig file: 
linux-2.4.18/arch/sh/mm/init.c
 -  Orig date: 
Mon Oct 15 13:36:48 2001
 
diff -urN linux-2.4.18/arch/sh/mm/init.c linux-2.4.19/arch/sh/mm/init.c
@@ -187,7 +187,7 @@
 		free_page(addr);
 		totalram_pages++;
 	}
-	printk ("Freeing unused kernel memory: %dk freed\n", (&__init_end - &__init_begin) >> 10);
+	printk (KERN_INFO "Freeing unused kernel memory: %dk freed\n", (&__init_end - &__init_begin) >> 10);
 }
 
 #ifdef CONFIG_BLK_DEV_INITRD
@@ -200,7 +200,7 @@
 		free_page(p);
 		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)