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] Remove debug printk.

# HG changeset patch
# User cl349@xxxxxxxxxxxxxxxxxxxx
# Node ID 422fee1de8e7313d71a1c9f75a59447febe694c0
# Parent  4309a1fd844760b8f111c1d0ec43e6eda4548d48
Remove debug printk.
Signed-off-by: Christian Limpach <Christian.Limpach@xxxxxxxxxxxx>

diff -r 4309a1fd8447 -r 422fee1de8e7 xen/common/event_channel.c
--- a/xen/common/event_channel.c        Wed Sep  7 16:50:55 2005
+++ b/xen/common/event_channel.c        Wed Sep  7 16:52:49 2005
@@ -274,7 +274,6 @@
  out:
     spin_unlock(&d->evtchn_lock);
 
-    printk("evtchn_bind_virq %d port %d\n", virq, port);
     if ( port < 0 )
         return port;
 

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] Remove debug printk., Xen patchbot -unstable <=