Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 182124
b: refs/heads/master
c: a963dc7
h: refs/heads/master
v: v3
  • Loading branch information
Ralf Baechle committed Feb 27, 2010
1 parent b8e06f1 commit e6b1306
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: ed14bbb24e62830c2b4c59f4cea3696651d502f0
refs/heads/master: a963dc70a286898c91d021e53317ba3d485e0b93
6 changes: 3 additions & 3 deletions trunk/arch/mips/mti-malta/malta-int.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ static unsigned long _msc01_biu_base;
static unsigned long _gcmp_base;
static unsigned int ipi_map[NR_CPUS];

static DEFINE_SPINLOCK(mips_irq_lock);
static DEFINE_RAW_SPINLOCK(mips_irq_lock);

static inline int mips_pcibios_iack(void)
{
Expand Down Expand Up @@ -103,7 +103,7 @@ static inline int get_int(void)
{
unsigned long flags;
int irq;
spin_lock_irqsave(&mips_irq_lock, flags);
raw_spin_lock_irqsave(&mips_irq_lock, flags);

irq = mips_pcibios_iack();

Expand All @@ -113,7 +113,7 @@ static inline int get_int(void)
* on an SMP system, so leave it up to the generic code...
*/

spin_unlock_irqrestore(&mips_irq_lock, flags);
raw_spin_unlock_irqrestore(&mips_irq_lock, flags);

return irq;
}
Expand Down

0 comments on commit e6b1306

Please sign in to comment.