Changeset 131 for trunk/kernel/devices
- Timestamp:
- Jul 3, 2017, 3:16:30 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.