patch-2.4.22 linux-2.4.22/arch/ia64/kernel/machvec.c

Next file: linux-2.4.22/arch/ia64/kernel/mca.c
Previous file: linux-2.4.22/arch/ia64/kernel/irq_lsapic.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.21/arch/ia64/kernel/machvec.c linux-2.4.22/arch/ia64/kernel/machvec.c
@@ -44,7 +44,7 @@
 		panic("generic kernel failed to find machine vector for platform %s!", name);
 	}
 	ia64_mv = *mv;
-	printk("booting generic kernel on platform %s\n", name);
+	printk(KERN_INFO "booting generic kernel on platform %s\n", name);
 }
 
 #endif /* CONFIG_IA64_GENERIC */

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