Changeset 131 for trunk/kernel/devices


Ignore:
Timestamp:
Jul 3, 2017, 3:16:30 PM (7 years ago)
Author:
max@…
Message:

use hal_drivers_xcu_init

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kernel/devices/dev_icu.c

    r128 r131  
    3131#include <spinlock.h>
    3232#include <soclib_xcu.h>
     33#include <hal_drivers.h>
    3334#include <dev_icu.h>
    3435
     
    6667        for( lid = 0 ; lid < LOCAL_CLUSTER->cores_nr ; lid++ )
    6768        {
    68             soclib_xcu_init( icu , lid );
     69            hal_drivers_xcu_init( icu , lid );
    6970        }
    7071    }
Note: See TracChangeset for help on using the changeset viewer.