[SPARC32]: Rename cpuid functions
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.
Showing
Please register or sign in to comment