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 undefined debugging line

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [xen-unstable] [IA64] remove undefined debugging line
From: Xen patchbot-unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Sat, 09 Dec 2006 15:43:38 +0000
Delivery-date: Sat, 09 Dec 2006 07:44:31 -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 775fea0a4f164f5d17b77429d8c021626c10668b
# Parent  fe565ac4bf254cec49d74a009c73da065d09d6d6
[IA64] remove undefined debugging line

Signed-off-by: Alex Williamson <alex.williamson@xxxxxx>
---
 linux-2.6-xen-sparse/arch/ia64/kernel/perfmon.c |    1 -
 1 files changed, 1 deletion(-)

diff -r fe565ac4bf25 -r 775fea0a4f16 
linux-2.6-xen-sparse/arch/ia64/kernel/perfmon.c
--- a/linux-2.6-xen-sparse/arch/ia64/kernel/perfmon.c   Tue Nov 28 22:54:24 
2006 -0700
+++ b/linux-2.6-xen-sparse/arch/ia64/kernel/perfmon.c   Wed Nov 29 09:16:46 
2006 -0700
@@ -4151,7 +4151,6 @@ pfm_start(pfm_context_t *ctx, void *arg,
        int state, is_system;
 
        if (is_running_on_xen()) {
-               XENPERFMON_PRINTD("PFM_START\n");
                if (is_xenoprof_primary())
                        return HYPERVISOR_perfmon_op(PFM_START, NULL, 0);
                return 0;

_______________________________________________
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 undefined debugging line, Xen patchbot-unstable <=