[PATCH 3/5] powerpc/85xx: Make kexec to interate over online cpus

2011-10-25 Thread Matthew McClintock
This is not strictly required, because this iterates over logical cpus and they are not (currently) discontigous. But, it's cleaner code and more obvious what is going on Signed-off-by: Matthew McClintock --- arch/powerpc/platforms/85xx/smp.c |2 +- 1 files changed, 1 insertions(+), 1 deleti

Re: [PATCH 3/5] powerpc/85xx: Make kexec to interate over online cpus

2011-11-03 Thread Kumar Gala
On Oct 25, 2011, at 5:54 PM, Matthew McClintock wrote: > This is not strictly required, because this iterates over logical > cpus and they are not (currently) discontigous. But, it's cleaner > code and more obvious what is going on > > Signed-off-by: Matthew McClintock > --- > arch/powerpc/plat