X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=arch%2Farc%2Fkernel%2Fstacktrace.c;h=c376ff3147e7b5f73345bd69e3de0434b7f1c8fd;hb=be2d24336f8876d60d8a4634f1a1e4753c4be124;hp=1b9576d21e244feda21d000e793fa8e9a800af11;hpb=999abd7a8c5dc52c5bfca71cdba98642dad5a0be;p=linux-2.6-microblaze.git diff --git a/arch/arc/kernel/stacktrace.c b/arch/arc/kernel/stacktrace.c index 1b9576d21e24..c376ff3147e7 100644 --- a/arch/arc/kernel/stacktrace.c +++ b/arch/arc/kernel/stacktrace.c @@ -149,7 +149,7 @@ arc_unwind_core(struct task_struct *tsk, struct pt_regs *regs, #else /* On ARC, only Dward based unwinder works. fp based backtracing is * not possible (-fno-omit-frame-pointer) because of the way function - * prelogue is setup (callee regs saved and then fp set and not other + * prologue is setup (callee regs saved and then fp set and not other * way around */ pr_warn_once("CONFIG_ARC_DW2_UNWIND needs to be enabled\n");