Skip to content
  • Qais Yousef's avatar
    cpu: Hide cpu_up/down · 579f2b55
    Qais Yousef authored
    
    
    Provide a special exported function for the device core to bring a cpu
    up/down and hide the real cpu_up/down as they are treated as private
    functions. cpu_up/down are lower level API and users outside the cpu
    subsystem should use device_online/offline which will take care of extra
    housekeeping work like keeping sysfs in sync.
    
    Signed-off-by: default avatarQais Yousef <qais.yousef@arm.com>
    579f2b55