Re: [U-Boot] [PATCH] powerpc/mp: add support for discontiguous cores

2011-08-26 Thread Kumar Gala
On Aug 5, 2011, at 4:15 PM, Timur Tabi wrote: > 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 en

[U-Boot] [PATCH] powerpc/mp: add support for discontiguous cores

2011-08-05 Thread Timur Tabi
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: Tim