Changeset 131
- Timestamp:
- Jul 3, 2017, 3:16:30 PM (7 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/hal/generic/hal_drivers.h
r77 r131 26 26 27 27 void hal_drivers_txt_init(chdev_t *dev); 28 void hal_drivers_xcu_init(chdev_t *dev, lid_t lid); 28 29 29 30 #endif /* HAL_DRIVERS_H_ */ -
trunk/kernel/devices/dev_icu.c
r128 r131 31 31 #include <spinlock.h> 32 32 #include <soclib_xcu.h> 33 #include <hal_drivers.h> 33 34 #include <dev_icu.h> 34 35 … … 66 67 for( lid = 0 ; lid < LOCAL_CLUSTER->cores_nr ; lid++ ) 67 68 { 68 soclib_xcu_init( icu , lid );69 hal_drivers_xcu_init( icu , lid ); 69 70 } 70 71 }
Note: See TracChangeset
for help on using the changeset viewer.