Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 19907
b: refs/heads/master
c: 2e66fe2
h: refs/heads/master
i:
  19905: 941c7df
  19903: 0c78e4b
v: v3
  • Loading branch information
Ralf Baechle committed Feb 7, 2006
1 parent 2f5541f commit fc46773
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 75bdb426a16e81adcbc4c3d7f946018cd47830d1
refs/heads/master: 2e66fe24d6faa287088ff18051dd423a32b60502
4 changes: 2 additions & 2 deletions trunk/include/asm-mips/interrupt.h
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ __asm__ __volatile__( \

__asm__ (
" .macro local_irq_restore flags \n"
" .set push \n"
" .set noreorder \n"
" .set noat \n"
#if defined(CONFIG_CPU_MIPSR2) && defined(CONFIG_IRQ_CPU)
Expand Down Expand Up @@ -141,8 +142,7 @@ __asm__ (
" mtc0 \\flags, $12 \n"
#endif
" irq_disable_hazard \n"
" .set at \n"
" .set reorder \n"
" .set pop \n"
" .endm \n");

#define local_irq_restore(flags) \
Expand Down

0 comments on commit fc46773

Please sign in to comment.