INTPRINTK
#define INTPRINTK(args...) do { if (debug & DBG_INTERRUPT) printk(args); } while(0)
#define INTPRINTK(args...) do { } while(0)