Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 64845
b: refs/heads/master
c: 28e18a0
h: refs/heads/master
i:
  64843: cedc462
v: v3
  • Loading branch information
Ralf Baechle committed Sep 11, 2007
1 parent d277a17 commit f6cd771
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: 045e4bb2bafb7aa8141c2f8332ce31b224ac3bb0
refs/heads/master: 28e18a0f691b3737f73ab9033ded6a4da6c31b2f
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 f6cd771

Please sign in to comment.