Skip to content

Commit

Permalink
microblaze: Do not setup BIP in _debug_exception
Browse files Browse the repository at this point in the history
BIP is already setup.

Signed-off-by: Michal Simek <monstr@monstr.eu>
  • Loading branch information
Michal Simek committed Aug 4, 2010
1 parent 06b2864 commit 0388107
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions arch/microblaze/kernel/entry.S
Original file line number Diff line number Diff line change
Expand Up @@ -856,9 +856,6 @@ C_ENTRY(_debug_exception):
swi r1, r0, TOPHYS(PER_CPU(ENTRY_SP))

swi r11, r0, TOPHYS(r0_ram + PTO + PT_R11); /* Save r11 */
set_bip; /*equalize initial state for all possible entries*/
clear_eip;
enable_irq;
mfs r11, rmsr
nop
andi r11, r11, MSR_UMS
Expand Down

0 comments on commit 0388107

Please sign in to comment.