Changeset 84 for GPL/trunk/lib32/irq.c
- Timestamp:
- Oct 23, 2006, 11:07:11 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/trunk/lib32/irq.c
r76 r84 176 176 177 177 #ifdef DEBUG 178 dprintf(("enter int proc %d %d",ulSlotNo, *pulIrq));178 // dprintf(("enter int proc %d %d",ulSlotNo, *pulIrq)); 179 179 #endif 180 180 … … 213 213 OSS32_ProcessIRQ(); 214 214 #ifdef DEBUG 215 dprintf(("exit(1) int proc %d %d",ulSlotNo, *pulIrq));215 // dprintf(("exit(1) int proc %d %d",ulSlotNo, *pulIrq)); 216 216 #endif 217 217 eoiIrq[pSlot->irqNo] = 0; … … 222 222 } 223 223 #ifdef DEBUG 224 dprintf(("exit(0) int proc %d %d",ulSlotNo, *pulIrq));224 // dprintf(("exit(0) int proc %d %d",ulSlotNo, *pulIrq)); 225 225 #endif 226 226
Note:
See TracChangeset
for help on using the changeset viewer.