Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 11155
b: refs/heads/master
c: 569f75b
h: refs/heads/master
i:
  11153: 56be692
  11151: 673c6ce
v: v3
  • Loading branch information
Ralf Baechle committed Oct 29, 2005
1 parent fd93969 commit 5ad8fa5
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: 97fb5de194a244df3a257bbddaaad911641af381
refs/heads/master: 569f75bd02d20043c4baf9fc38d937f37e7572b0
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 @@ -40,11 +40,13 @@ static int mips_cpu_irq_base;
static inline void unmask_mips_irq(unsigned int irq)
{
set_c0_status(0x100 << (irq - mips_cpu_irq_base));
irq_enable_hazard();
}

static inline void mask_mips_irq(unsigned int irq)
{
clear_c0_status(0x100 << (irq - mips_cpu_irq_base));
irq_disable_hazard();
}

static inline void mips_cpu_irq_enable(unsigned int irq)
Expand Down

0 comments on commit 5ad8fa5

Please sign in to comment.