diff options
author | Michal Simek <monstr@monstr.eu> | 2010-06-22 09:32:52 -0400 |
---|---|---|
committer | Michal Simek <monstr@monstr.eu> | 2010-08-04 04:22:50 -0400 |
commit | 0388107dd50eaa52c028312a7cc20177cb95a943 (patch) | |
tree | 0c0162f605dd96e1361e5c748e64188b64b4491d /arch/microblaze | |
parent | 06b2864038517905752bdacd95f1f265ef780f3b (diff) |
microblaze: Do not setup BIP in _debug_exception
BIP is already setup.
Signed-off-by: Michal Simek <monstr@monstr.eu>
Diffstat (limited to 'arch/microblaze')
-rw-r--r-- | arch/microblaze/kernel/entry.S | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/microblaze/kernel/entry.S b/arch/microblaze/kernel/entry.S index 04267ca949f0..1f4028049449 100644 --- a/arch/microblaze/kernel/entry.S +++ b/arch/microblaze/kernel/entry.S | |||
@@ -856,9 +856,6 @@ C_ENTRY(_debug_exception): | |||
856 | swi r1, r0, TOPHYS(PER_CPU(ENTRY_SP)) | 856 | swi r1, r0, TOPHYS(PER_CPU(ENTRY_SP)) |
857 | 857 | ||
858 | swi r11, r0, TOPHYS(r0_ram + PTO + PT_R11); /* Save r11 */ | 858 | swi r11, r0, TOPHYS(r0_ram + PTO + PT_R11); /* Save r11 */ |
859 | set_bip; /*equalize initial state for all possible entries*/ | ||
860 | clear_eip; | ||
861 | enable_irq; | ||
862 | mfs r11, rmsr | 859 | mfs r11, rmsr |
863 | nop | 860 | nop |
864 | andi r11, r11, MSR_UMS | 861 | andi r11, r11, MSR_UMS |