Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 64756
b: refs/heads/master
c: fbd0ed3
h: refs/heads/master
v: v3
  • Loading branch information
Ralf Baechle committed Sep 10, 2007
1 parent b08c8c1 commit 9bbbdfe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: d77a283d9bc8c6327e9dd6059fe09104f3ad4bf9
refs/heads/master: fbd0ed37c894759a5868638c3f509e0de864aba5
8 changes: 4 additions & 4 deletions trunk/arch/mips/sibyte/bcm1480/irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ DEFINE_SPINLOCK(bcm1480_imr_lock);

void bcm1480_mask_irq(int cpu, int irq)
{
unsigned long flags;
u64 cur_ints,hl_spacing;
unsigned long flags, hl_spacing;
u64 cur_ints;

spin_lock_irqsave(&bcm1480_imr_lock, flags);
hl_spacing = 0;
Expand All @@ -117,8 +117,8 @@ void bcm1480_mask_irq(int cpu, int irq)

void bcm1480_unmask_irq(int cpu, int irq)
{
unsigned long flags;
u64 cur_ints,hl_spacing;
unsigned long flags, hl_spacing;
u64 cur_ints;

spin_lock_irqsave(&bcm1480_imr_lock, flags);
hl_spacing = 0;
Expand Down

0 comments on commit 9bbbdfe

Please sign in to comment.