direct-io.hg
changeset 6383:237dc67887cc
Disable debug output again.
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 Aug 24 20:10:12 2005 +0000 (2005-08-24) |
parents | b74c15e4dd4f |
children | 6b94eaa59279 |
files | linux-2.6-xen-sparse/drivers/xen/netfront/netfront.c |
line diff
1.1 --- a/linux-2.6-xen-sparse/drivers/xen/netfront/netfront.c Wed Aug 24 16:15:42 2005 +0000 1.2 +++ b/linux-2.6-xen-sparse/drivers/xen/netfront/netfront.c Wed Aug 24 20:10:12 2005 +0000 1.3 @@ -200,7 +200,6 @@ static char *be_state_name[] = { 1.4 [BEST_CONNECTED] = "connected", 1.5 }; 1.6 1.7 -#define DEBUG 1.8 #ifdef DEBUG 1.9 #define DPRINTK(fmt, args...) \ 1.10 printk(KERN_ALERT "xen_net (%s:%d) " fmt, __FUNCTION__, __LINE__, ##args)