MIPS_GLOBALNUMBER_CORE 154 arch/mips/include/asm/cpu-info.h return (cpuinfo->globalnumber & MIPS_GLOBALNUMBER_CORE) >> MIPS_GLOBALNUMBER_CORE 2252 arch/mips/kernel/cpu-probe.c WARN_ON(core > (MIPS_GLOBALNUMBER_CORE >> MIPS_GLOBALNUMBER_CORE_SHF)); MIPS_GLOBALNUMBER_CORE 2254 arch/mips/kernel/cpu-probe.c cpuinfo->globalnumber &= ~MIPS_GLOBALNUMBER_CORE;