Ignore:
Timestamp:
Jul 4, 2017, 10:17:44 AM (7 years ago)
Author:
max@…
Message:

improve the APIC implementation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/hal/x86_64/core/hal_drivers.c

    r136 r137  
    4343    uint32_t irq_type, lid_t lid)
    4444{
    45         soclib_xcu_disable_irq(icu, 1 << irq_index, irq_type, lid);
     45        soclib_xcu_disable_irq(icu, irq_index, irq_type, lid);
    4646}
    4747
     
    4949    uint32_t irq_type, lid_t lid)
    5050{
    51         soclib_xcu_enable_irq(icu, 1 << irq_index, irq_type, lid);
     51        soclib_xcu_enable_irq(icu, irq_index, irq_type, lid);
    5252}
    5353
Note: See TracChangeset for help on using the changeset viewer.