WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] [xen-unstable] [IA64] Remove unecessary MCA boot message

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [xen-unstable] [IA64] Remove unecessary MCA boot messages
From: Xen patchbot-unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Sat, 09 Dec 2006 15:42:13 +0000
Delivery-date: Sat, 09 Dec 2006 07:42:04 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
# 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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [xen-unstable] [IA64] Remove unecessary MCA boot messages, Xen patchbot-unstable <=