From e8d6a57be41b459ebd5164ba1ba802ac9babc989 Mon Sep 17 00:00:00 2001 From: Vineet Gupta Date: Mon, 11 Feb 2013 14:40:55 +0530 Subject: [PATCH] --- yaml --- r: 360189 b: refs/heads/master c: 3eb3e7dd53a83cbe6e7b95aa87d2c5dc861233a6 h: refs/heads/master i: 360187: 8440e25dd60ca3f93ab12bce4149a5dde173f807 v: v3 --- [refs] | 2 +- trunk/arch/arc/kernel/entry.S | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index c098c450d314..b0fd3945c1d7 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 7f85e5ec0d451e4a12037dcd6936f2d7494b2c6c +refs/heads/master: 3eb3e7dd53a83cbe6e7b95aa87d2c5dc861233a6 diff --git a/trunk/arch/arc/kernel/entry.S b/trunk/arch/arc/kernel/entry.S index 3f628ca9b71a..ef6800ba2f03 100644 --- a/trunk/arch/arc/kernel/entry.S +++ b/trunk/arch/arc/kernel/entry.S @@ -496,7 +496,7 @@ tracesys_exit: trap_with_param: ; stop_pc info by gdb needs this info - st orig_r8_IS_BRKPT, [sp, PT_orig_r8] + stw orig_r8_IS_BRKPT, [sp, PT_orig_r8] mov r0, r12 lr r1, [efa] @@ -721,7 +721,7 @@ not_exception: ; things to what they were, before returning from L2 context ;---------------------------------------------------------------- - ld r9, [sp, PT_orig_r8] ; get orig_r8 to make sure it is + ldw r9, [sp, PT_orig_r8] ; get orig_r8 to make sure it is brne r9, orig_r8_IS_IRQ2, 149f ; infact a L2 ISR ret path ld r9, [sp, PT_status32] ; get statu32_l2 (saved in pt_regs)