Changes in uspace/srv/hw/irc/apic/apic.c [c94f643:b50bf6c2] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hw/irc/apic/apic.c
rc94f643 rb50bf6c2 133 133 // FIXME: get the map from the kernel, even though this may work 134 134 // for simple cases 135 if (irq == 0) 136 return 2; 135 137 return irq; 136 138 }
Note:
See TracChangeset
for help on using the changeset viewer.