panic: Add board ID to panic output
authorNishanth Menon <nm@ti.com>
Wed, 17 Aug 2011 23:31:58 +0000 (18:31 -0500)
committerJohn Stultz <john.stultz@linaro.org>
Tue, 16 Feb 2016 21:54:02 +0000 (13:54 -0800)
commit4e09c510185cb4db2277ce81cce81b7aa06bea45
tree58aab6bb6279838d61b5278bb1c1176ed80e8d71
parent0b7503bc0eef1b90c214059f2952539a2b89d8fe
panic: Add board ID to panic output

At times, it is necessary for boards to provide some additional information
as part of panic logs. Provide information on the board hardware as part
of panic logs.

It is safer to print this information at the very end in case something
bad happens as part of the information retrieval itself.

To use this, set global mach_panic_string to an appropriate string in the
board file.

Change-Id: Id12cdda87b0cd2940dd01d52db97e6162f671b4d
Signed-off-by: Nishanth Menon <nm@ti.com>
include/linux/kernel.h
kernel/panic.c