From: Jack Lange Date: Tue, 17 Feb 2009 22:14:44 +0000 (-0600) Subject: removed error message that no longer pertains... X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=commitdiff_plain;h=f74d9fc5aca041089829ad8acadfa1c80f8f2b95;p=palacios-OLD.git removed error message that no longer pertains... --- diff --git a/palacios/src/devices/8259a.c b/palacios/src/devices/8259a.c index c651049..c088a0d 100644 --- a/palacios/src/devices/8259a.c +++ b/palacios/src/devices/8259a.c @@ -289,7 +289,7 @@ static int pic_begin_irq(void * private_data, int irq) { irq &= 0x7; irq += 8; } else { - PrintError("8259 PIC: Could not find IRQ (0x%x) to Begin\n",irq); + // PrintError("8259 PIC: Could not find IRQ (0x%x) to Begin\n",irq); return -1; }