]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
microblaze: Do not setup BIP in _debug_exception
authorMichal Simek <monstr@monstr.eu>
Tue, 22 Jun 2010 13:32:52 +0000 (15:32 +0200)
committerMichal Simek <monstr@monstr.eu>
Wed, 4 Aug 2010 08:22:50 +0000 (10:22 +0200)
BIP is already setup.

Signed-off-by: Michal Simek <monstr@monstr.eu>
arch/microblaze/kernel/entry.S

index 04267ca949f0c5db253e5dc7b0be59eb91f8ad71..1f402804944940c4229166c1d38c7e08111f478a 100644 (file)
@@ -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