Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 11179
b: refs/heads/master
c: d9912d8
h: refs/heads/master
i:
  11177: d49ef96
  11175: cbca9bd
v: v3
  • Loading branch information
Ralf Baechle committed Oct 29, 2005
1 parent d91329b commit f143fc4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d3ffd085536c1801da74c098e25fd3985671e15d
refs/heads/master: d9912d87840b321678c85396c6adf15ced2c228d
2 changes: 2 additions & 0 deletions trunk/arch/mips/kernel/irq_cpu.c
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ static inline void mips_cpu_irq_enable(unsigned int irq)

local_irq_save(flags);
unmask_mips_irq(irq);
back_to_back_c0_hazard();
local_irq_restore(flags);
}

Expand All @@ -64,6 +65,7 @@ static void mips_cpu_irq_disable(unsigned int irq)

local_irq_save(flags);
mask_mips_irq(irq);
back_to_back_c0_hazard();
local_irq_restore(flags);
}

Expand Down

0 comments on commit f143fc4

Please sign in to comment.