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-devel

[Xen-devel] [PATCH 3 of 3] xentrace: remove unneeded debug printk

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] [PATCH 3 of 3] xentrace: remove unneeded debug printk
From: Olaf Hering <olaf@xxxxxxxxx>
Date: Wed, 30 Mar 2011 20:04:35 +0200
Cc: George Dunlap <george.dunlap@xxxxxxxxxx>
Delivery-date: Wed, 30 Mar 2011 11:08:06 -0700
Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; t=1301508278; l=768; s=domk; d=aepfle.de; h=Cc:To:From:Date:References:In-Reply-To:Subject: Content-Transfer-Encoding:MIME-Version:Content-Type:X-RZG-CLASS-ID: X-RZG-AUTH; bh=o/kNGdCxATsXXoIVqQyqAXqMLSQ=; b=R1/VEpki0dPAnfq2MZzabam4nExm2fXgZf2zhP8Xb2bm5OerJzz5Wd5eCWaXXvJnOuh I+tWqvS/YWSzVbBQviHSZOCM+GYhVbyWOZHe3Mi/NIIcVBE42acVEyF8uhUI524wyaoZ1 jQpurY3++GPc4y0dYaBszMB7smMpe4IIWLo=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <patchbomb.1301508272@localhost>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
References: <patchbomb.1301508272@localhost>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mercurial-patchbomb/1.8
# HG changeset patch
# User Olaf Hering <olaf@xxxxxxxxx>
# Date 1301424082 -7200
# Node ID eea91e2e4b452cb573982f4b47ecfa4c656e9547
# Parent  3e95e737bc51c2295926e4f23389b1cb161d6d7b
xentrace: remove unneeded debug printk

The pointer value in case of an allocation failure is rather uninteresting.

Signed-off-by: Olaf Hering <olaf@xxxxxxxxx>

diff -r 3e95e737bc51 -r eea91e2e4b45 xen/common/trace.c
--- a/xen/common/trace.c        Tue Mar 29 20:41:15 2011 +0200
+++ b/xen/common/trace.c        Tue Mar 29 20:41:22 2011 +0200
@@ -239,7 +239,6 @@
     {
         void *rawbuf = per_cpu(t_bufs, cpu);
         per_cpu(t_bufs, cpu) = NULL;
-        printk(XENLOG_DEBUG "xentrace: cpu %d p %p\n", cpu, rawbuf);
         if ( rawbuf )
         {
             ASSERT(!(virt_to_page(rawbuf)->count_info & PGC_allocated));

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel