Changeset 137 for trunk/hal/x86_64/core/hal_drivers.c
- Timestamp:
- Jul 4, 2017, 10:17:44 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/hal/x86_64/core/hal_drivers.c
r136 r137 43 43 uint32_t irq_type, lid_t lid) 44 44 { 45 soclib_xcu_disable_irq(icu, 1 <<irq_index, irq_type, lid);45 soclib_xcu_disable_irq(icu, irq_index, irq_type, lid); 46 46 } 47 47 … … 49 49 uint32_t irq_type, lid_t lid) 50 50 { 51 soclib_xcu_enable_irq(icu, 1 <<irq_index, irq_type, lid);51 soclib_xcu_enable_irq(icu, irq_index, irq_type, lid); 52 52 } 53 53
Note: See TracChangeset
for help on using the changeset viewer.