[PATCH 2/3] kexec: Pass panic message to crash_kexec()

2015-07-10 Thread Hidehiro Kawai
Add an argument to crash_kexec() to pass the panic message. This patch is a preparation for the next patch, and it doesn't change the current behavior. Signed-off-by: Hidehiro Kawai Cc: Andrew Morton Cc: Eric Biederman Cc: Vivek Goyal --- arch/arm/kernel/traps.c |2 +-

[PATCH 2/3] kexec: Pass panic message to crash_kexec()

2015-07-10 Thread Hidehiro Kawai
Add an argument to crash_kexec() to pass the panic message. This patch is a preparation for the next patch, and it doesn't change the current behavior. Signed-off-by: Hidehiro Kawai hidehiro.kawai...@hitachi.com Cc: Andrew Morton a...@linux-foundation.org Cc: Eric Biederman ebied...@xmission.com