Skip to content

Commit

Permalink
microblaze: remove enable_irq from SAVE_STATE macro
Browse files Browse the repository at this point in the history
SAVE_STATE macro is used in hw exceptions high level handling
functions. Hw exception doesn't disable IRQ that's why we don't
need to reenable it.

Signed-off-by: Michal Simek <monstr@monstr.eu>
  • Loading branch information
Michal Simek committed Aug 4, 2010
1 parent 63708f6 commit be30435
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/microblaze/kernel/entry.S
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,6 @@ C_ENTRY(sys_rt_sigreturn_wrapper):
swi r11, r0, TOPHYS(r0_ram + PTO + PT_R11); /* Save r11 */ \
set_bip; /*equalize initial state for all possible entries*/\
clear_eip; \
enable_irq; \
set_ee; \
/* See if already in kernel mode.*/ \
mfs r11, rmsr; \
Expand Down

0 comments on commit be30435

Please sign in to comment.