Re: [PATCH 2/6] powerpc: Add cpu name to dump stack arch description

2015-05-06 Thread Michael Neuling
On Tue, 2015-05-05 at 21:12 +1000, Michael Ellerman wrote: > As soon as we know the name of the cpu we're on, add it to the dump > stack arch description, which is printed in case of an oops. > > Signed-off-by: Michael Ellerman > --- > arch/powerpc/kernel/cputable.c | 3 +++ > 1 file changed, 3

[PATCH 2/6] powerpc: Add cpu name to dump stack arch description

2015-05-05 Thread Michael Ellerman
As soon as we know the name of the cpu we're on, add it to the dump stack arch description, which is printed in case of an oops. Signed-off-by: Michael Ellerman --- arch/powerpc/kernel/cputable.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/powerpc/kernel/cputable.c b/arch/powerpc