Re: [PATCH 1/2] Deindentify identify_cpu()

2009-02-23 Thread Dave Kleikamp
On Mon, 2009-02-23 at 13:25 +1100, Michael Ellerman wrote: > The for-loop body of identify_cpu() has gotten a little big, so move the > loop body logic into a separate function. No other changes. > > Signed-off-by: Michael Ellerman Looks good to me. Acked-by: Dave Kleikamp -- David Kleikamp

[PATCH 1/2] Deindentify identify_cpu()

2009-02-22 Thread Michael Ellerman
The for-loop body of identify_cpu() has gotten a little big, so move the loop body logic into a separate function. No other changes. Signed-off-by: Michael Ellerman --- arch/powerpc/kernel/cputable.c | 122 +--- 1 files changed, 64 insertions(+), 58 deletions