Home
last modified time | relevance | path

Searched refs:smp_hw_index (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dsmp.h83 extern int smp_hw_index[];
101 #define hard_smp_processor_id() (smp_hw_index[smp_processor_id()])
105 return smp_hw_index[cpu]; in get_hard_smp_processor_id()
110 smp_hw_index[cpu] = phys; in set_hard_smp_processor_id()
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dsetup_32.c58 int smp_hw_index[NR_CPUS]; variable
59 EXPORT_SYMBOL(smp_hw_index);