X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Fsrc%2Fgeekos%2Firq.c;h=07543ba111a596d8d94a18f7bda62dab8e706210;hb=a6b18965e0ab6c3a0f2950c684892052194c1c58;hp=a98c3adaf422d140bb582424a918fd4090b410f0;hpb=28b1d0ae6db40cb3e1f5a9b3596b625d2f2af0e4;p=palacios.git diff --git a/palacios/src/geekos/irq.c b/palacios/src/geekos/irq.c index a98c3ad..07543ba 100644 --- a/palacios/src/geekos/irq.c +++ b/palacios/src/geekos/irq.c @@ -1,7 +1,7 @@ /* * This is the device-driver interface to the interrupt system. * Copyright (c) 2001,2003 David H. Hovemeyer - * $Revision: 1.2 $ + * $Revision: 1.4 $ * * This is free software. You are permitted to use, * redistribute, and modify it as specified in the file "COPYING". @@ -12,6 +12,8 @@ #include #include +#include + /* ---------------------------------------------------------------------- * Private functions and data * ---------------------------------------------------------------------- */ @@ -110,6 +112,7 @@ void Disable_IRQ(int irq) */ void Begin_IRQ(struct Interrupt_State* state) { + // SerialPrint("Begin_IRQ for interrupt 0x%x\n",state->intNum); } /*