[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] [IA64] Remove unecessary MCA boot messages
# HG changeset patch # User awilliam@xxxxxxxxxxx # Node ID ac5330d4945a6eb388424ba8cf76f494ad9df47a # Parent 05d227d819355f1f3501ac791f0ece9b6194010d [IA64] Remove unecessary MCA boot messages Signed-off-by: Alex Williamson <alex.williamson@xxxxxx> --- xen/arch/ia64/linux-xen/mca.c | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff -r 05d227d81935 -r ac5330d4945a xen/arch/ia64/linux-xen/mca.c --- a/xen/arch/ia64/linux-xen/mca.c Wed Nov 15 12:02:09 2006 -0700 +++ b/xen/arch/ia64/linux-xen/mca.c Wed Nov 15 12:15:34 2006 -0700 @@ -1842,8 +1842,8 @@ ia64_mca_late_init(void) init_timer(&cmc_poll_timer); cmc_poll_timer.function = ia64_mca_cmc_poll; #else - init_timer(&cmc_poll_timer, ia64_mca_cmc_poll, NULL, smp_processor_id()); - printk("INIT_TIMER(cmc_poll_timer): on cpu%d\n", smp_processor_id()); + init_timer(&cmc_poll_timer, ia64_mca_cmc_poll, + NULL, smp_processor_id()); #endif /* Unmask/enable the vector */ @@ -1863,8 +1863,8 @@ ia64_mca_late_init(void) init_timer(&cpe_poll_timer); cpe_poll_timer.function = ia64_mca_cpe_poll; #else - init_timer(&cpe_poll_timer, ia64_mca_cpe_poll, NULL, smp_processor_id()); - printk("INIT_TIMER(cpe_poll_timer): on cpu%d\n", smp_processor_id()); + init_timer(&cpe_poll_timer, ia64_mca_cpe_poll, + NULL,smp_processor_id()); #endif { _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |