Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 75088
b: refs/heads/master
c: 373167e
h: refs/heads/master
v: v3
  • Loading branch information
Kenji Kaneshige authored and Tony Luck committed Dec 19, 2007
1 parent c5fab56 commit 252a133
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: e384f41409cb9e543fbc84b375e2ba46cbcbec6a
refs/heads/master: 373167e80c52d65e444dfd40652ca227f5e4c227
4 changes: 2 additions & 2 deletions trunk/arch/ia64/kernel/irq_ia64.c
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ assign_irq_vector (int irq)
{
unsigned long flags;
int vector, cpu;
cpumask_t domain;
cpumask_t domain = CPU_MASK_NONE;

vector = -ENOSPC;

Expand Down Expand Up @@ -340,7 +340,7 @@ int create_irq(void)
{
unsigned long flags;
int irq, vector, cpu;
cpumask_t domain;
cpumask_t domain = CPU_MASK_NONE;

irq = vector = -ENOSPC;
spin_lock_irqsave(&vector_lock, flags);
Expand Down

0 comments on commit 252a133

Please sign in to comment.