Changeset b50bf6c2 in mainline


Ignore:
Timestamp:
2011-10-29T16:16:59Z (12 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1737bfb, bf9da656
Parents:
e2793a4
Message:

Use a more accurate default for mapping IRQ 0 in the APIC userspace driver.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/hw/irc/apic/apic.c

    re2793a4 rb50bf6c2  
    133133        // FIXME: get the map from the kernel, even though this may work
    134134        //        for simple cases
     135        if (irq == 0)
     136                return 2;
    135137        return irq;
    136138}
Note: See TracChangeset for help on using the changeset viewer.