Changeset 198
- Timestamp:
- Jul 13, 2017, 12:45:17 PM (7 years ago)
- Location:
- trunk/hal
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/hal/tsar_mips32/core/hal_drivers.c
r196 r198 57 57 void hal_drivers_pic_init(chdev_t *dev) 58 58 { 59 soclib_pic_init(dev); 60 59 61 /* update the PIC chdev extension */ 60 62 dev->ext.pic.enable_timer = &soclib_pic_enable_timer; -
trunk/hal/x86_64/core/hal_drivers.c
r197 r198 57 57 void hal_drivers_pic_init(chdev_t *dev) 58 58 { 59 pic_apic_init(dev); 60 59 61 /* update the PIC chdev extension */ 60 62 dev->ext.pic.enable_timer = &pic_apic_enable_timer;
Note: See TracChangeset
for help on using the changeset viewer.