Changeset 131 for trunk


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

use hal_drivers_xcu_init

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/hal/generic/hal_drivers.h

    r77 r131  
    2626
    2727void hal_drivers_txt_init(chdev_t *dev);
     28void hal_drivers_xcu_init(chdev_t *dev, lid_t lid);
    2829
    2930#endif  /* HAL_DRIVERS_H_ */
  • 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.