1 #ifndef __ASM_MIPS_SMP_H 2 #define __ASM_MIPS_SMP_H 3 4 #define cpu_logical_map(cpu) (cpu) 5 6 #endif /* __ASM_MIPS_SMP_H */ 7