KdPrintE
#define KdPrintE(_x_) do{ if (hpt_dbg_level>0) kprintf _x_; }while(0)
#define KdPrintE(x) do { } while (0)