From: Alex Williamson Date: Fri, 28 Mar 2008 21:27:13 +0000 (-0600) Subject: [IA64] Eliminate duble dump_stack X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~14238 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=2698fb5254a1cbf4f5fdc5087a3bee76b4e535d2;p=xen.git [IA64] Eliminate duble dump_stack show_registers() already has show_stack(NULL, NULL), So we get two same Calltraces. This patch eliminate it. Signed-off-by: Akio Takebe --- diff --git a/xen/include/asm-ia64/debugger.h b/xen/include/asm-ia64/debugger.h index cf93931e65..9c55744436 100644 --- a/xen/include/asm-ia64/debugger.h +++ b/xen/include/asm-ia64/debugger.h @@ -49,7 +49,6 @@ static inline void show_execution_state(struct cpu_user_regs *regs) { show_registers(regs); - dump_stack(); } // NOTE: on xen struct pt_regs = struct cpu_user_regs