Re: [PATCH] powerpc: Append linux_banner to exception information in xmon.

2015-11-24 Thread Michael Ellerman
Hi Rashmica, Can you make your subject "powerpc/xmon: ...". On Wed, 2015-11-25 at 10:37 +1100, Rashmica Gupta wrote: > Currently if you are in xmon without an oops etc. to view the kernel version > you have to type "d $linux_banner" - not necessarily obvious. As this is > useful information, a

[PATCH] powerpc: Append linux_banner to exception information in xmon.

2015-11-24 Thread Rashmica Gupta
Currently if you are in xmon without an oops etc. to view the kernel version you have to type "d $linux_banner" - not necessarily obvious. As this is useful information, append to the output of "e" command. Signed-off-by: Rashmica Gupta --- arch/powerpc/xmon/xmon.c | 2 ++ 1 file changed, 2 in