X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=palacios%2Fsrc%2Fdevices%2Fide.c;h=bf85ba16e5471c6c7418be1069427e260a6d47c8;hp=1c48164cb1ea9aaa82651514fafc626bc00af4b0;hb=2be845dc1d8fc407dab4254a8fac03395ffc1ec2;hpb=c535b3199977444c3aa2c44b852cc82ce659c5ff diff --git a/palacios/src/devices/ide.c b/palacios/src/devices/ide.c index 1c48164..bf85ba1 100644 --- a/palacios/src/devices/ide.c +++ b/palacios/src/devices/ide.c @@ -24,6 +24,11 @@ #include "ide-types.h" #include "atapi-types.h" +#ifndef DEBUG_IDE +#undef PrintDebug +#define PrintDebug(fmt, args...) +#endif + #define PRI_DEFAULT_IRQ 14 #define SEC_DEFAULT_IRQ 15