Changeset b50bf6c2 in mainline
- Timestamp:
- 2011-10-29T16:16:59Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1737bfb, bf9da656
- Parents:
- e2793a4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hw/irc/apic/apic.c
re2793a4 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.