debuggers.hg
changeset 6701:422fee1de8e7
Remove debug printk.
Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
author | cl349@firebug.cl.cam.ac.uk |
---|---|
date | Wed Sep 07 16:52:49 2005 +0000 (2005-09-07) |
parents | 4309a1fd8447 |
children | 32cc65db459a 216a8a934246 |
files | xen/common/event_channel.c |
line diff
1.1 --- a/xen/common/event_channel.c Wed Sep 07 16:50:55 2005 +0000 1.2 +++ b/xen/common/event_channel.c Wed Sep 07 16:52:49 2005 +0000 1.3 @@ -274,7 +274,6 @@ static long evtchn_bind_virq(evtchn_bind 1.4 out: 1.5 spin_unlock(&d->evtchn_lock); 1.6 1.7 - printk("evtchn_bind_virq %d port %d\n", virq, port); 1.8 if ( port < 0 ) 1.9 return port; 1.10