ARM: add machine name to stack dump output
authorRussell King <rmk+kernel@arm.linux.org.uk>
Tue, 28 Oct 2014 12:40:26 +0000 (12:40 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Fri, 21 Nov 2014 15:24:59 +0000 (15:24 +0000)
commit719c9d1489bad6ff26fa1f6a7e3f760935663398
treeb1b478ae3140d51aee6e655130bac11881dd8edf
parent1381c5a65fc6abc8b22f179da6a6577b0deb0687
ARM: add machine name to stack dump output

The generic dump_stack() code provides the facility to include the
machine name in the stack dump, which can be useful information.  Add
a call to dump_stack_set_arch_desc() for the generic code to print
this information.

Tested-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/kernel/setup.c