Searched refs:DebugState (Results 1 – 1 of 1) sorted by relevance
167 static u8 DebugState = DEBUG_GDTH; variable168 #define TRACE(a) {if (DebugState==1) {printk a;}}169 #define TRACE2(a) {if (DebugState==1 || DebugState==2) {printk a;}}170 #define TRACE3(a) {if (DebugState!=0) {printk a;}}