From: Jack Lange Date: Wed, 6 Oct 2010 15:55:06 +0000 (-0500) Subject: disabled serial port debugging X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=commitdiff_plain;h=27eb2f39dd8e616c48f115c67ecca22f1c799b23;hp=d7d072c27d0f94634ffc247704b7f4314d1ae66f;p=palacios.releases.git disabled serial port debugging --- diff --git a/palacios/src/devices/serial.c b/palacios/src/devices/serial.c index 3f0085e..b527431 100644 --- a/palacios/src/devices/serial.c +++ b/palacios/src/devices/serial.c @@ -29,6 +29,12 @@ #include +#ifndef CONFIG_DEBUG_SERIAL +#undef PrintDebug +#define PrintDebug(fmt, args...) +#endif + + #define COM1_DATA_PORT 0x3f8 #define COM1_IRQ_ENABLE_PORT 0x3f9 #define COM1_DIV_LATCH_LSB_PORT 0x3f8