-
- Downloads
powerpc/mp: add support for discontiguous cores
Some SOCs have discontiguously-numbered cores, and so we can't determine the valid core numbers via the FRR register any more. We define CPU_TYPE_ENTRY_MASK to specify a discontiguous core mask, and helper functions to process the mask and enumerate over the set of valid cores. Signed-off-by:Timur Tabi <timur@freescale.com> Signed-off-by:
Kumar Gala <galak@kernel.crashing.org>
Showing
- arch/powerpc/cpu/mpc85xx/cpu.c 5 additions, 4 deletionsarch/powerpc/cpu/mpc85xx/cpu.c
- arch/powerpc/cpu/mpc85xx/mp.c 12 additions, 15 deletionsarch/powerpc/cpu/mpc85xx/mp.c
- arch/powerpc/cpu/mpc85xx/speed.c 4 additions, 3 deletionsarch/powerpc/cpu/mpc85xx/speed.c
- arch/powerpc/cpu/mpc8xxx/cpu.c 34 additions, 2 deletionsarch/powerpc/cpu/mpc8xxx/cpu.c
- arch/powerpc/cpu/mpc8xxx/fdt.c 1 addition, 1 deletionarch/powerpc/cpu/mpc8xxx/fdt.c
- arch/powerpc/include/asm/processor.h 5 additions, 1 deletionarch/powerpc/include/asm/processor.h
- common/cmd_mp.c 2 additions, 3 deletionscommon/cmd_mp.c
- include/common.h 15 additions, 0 deletionsinclude/common.h
Loading
Please register or sign in to comment