• Keith M. Wesolowski's avatar
    [SPARC32]: Rename cpuid functions · bedd4ac0
    Keith M. Wesolowski authored
    smp_processor_id is to be used when current_thread_info()->cpu is
    valid; i.e. almost always.  Early on or when setting that field,
    hard_smp_processor_id is used.  Clarify the distinction and only
    export to modules what's really needed.  smp_processor_id is not
    model-specific, so we no longer need btfixups for it.
    bedd4ac0
smp.h 4.89 KB