[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] [IA64] Quieter Xen boot
# HG changeset patch # User Alex Williamson <alex.williamson@xxxxxx> # Date 1180045728 21600 # Node ID 034f3e20ad10cc04935367cf0c8e2d99959b1518 # Parent c693c50a6ad510157613e3553e49b4191f3e8e76 [IA64] Quieter Xen boot Demote a couple more printks to debug level output Signed-off-by: Alex Williamson <alex.williamson@xxxxxx> --- xen/arch/ia64/linux-xen/setup.c | 2 +- xen/arch/ia64/xen/vhpt.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff -r c693c50a6ad5 -r 034f3e20ad10 xen/arch/ia64/linux-xen/setup.c --- a/xen/arch/ia64/linux-xen/setup.c Thu May 24 15:54:52 2007 -0600 +++ b/xen/arch/ia64/linux-xen/setup.c Thu May 24 16:28:48 2007 -0600 @@ -873,7 +873,7 @@ cpu_init (void) cpu_data = per_cpu_init(); #ifdef XEN - printk("cpu_init: current=%p\n", current); + printk(XENLOG_DEBUG "cpu_init: current=%p\n", current); #endif /* diff -r c693c50a6ad5 -r 034f3e20ad10 xen/arch/ia64/xen/vhpt.c --- a/xen/arch/ia64/xen/vhpt.c Thu May 24 15:54:52 2007 -0600 +++ b/xen/arch/ia64/xen/vhpt.c Thu May 24 16:28:48 2007 -0600 @@ -137,8 +137,8 @@ void __init vhpt_init(void) panic("vhpt_init: bad VHPT alignment!\n"); __get_cpu_var(vhpt_paddr) = paddr; __get_cpu_var(vhpt_pend) = paddr + (1 << VHPT_SIZE_LOG2) - 1; - printk("vhpt_init: vhpt paddr=0x%lx, end=0x%lx\n", - paddr, __get_cpu_var(vhpt_pend)); + printk(XENLOG_DEBUG "vhpt_init: vhpt paddr=0x%lx, end=0x%lx\n", + paddr, __get_cpu_var(vhpt_pend)); vhpt_erase(paddr); // we don't enable VHPT here. // context_switch() or schedule_tail() does it. _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |