Skip to content

Commit

Permalink
[IA64] iosapic.c: typo ... s/spin_unlock_irq/spin_unlock/
Browse files Browse the repository at this point in the history
vector sharing patch had a typo ... mismatched spin_lock() with
a spin_unlock_irq().  Fix from Kenji Kaneshige.

Signed-off-by: Tony Luck <tony.luck@intel.com>
  • Loading branch information
Kenji Kaneshige authored and Tony Luck committed Apr 25, 2005
1 parent e1ed81a commit b9e41d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/ia64/kernel/iosapic.c
Original file line number Diff line number Diff line change
Expand Up @@ -762,7 +762,7 @@ iosapic_register_intr (unsigned int gsi,
mask = 0;
set_rte(gsi, vector, dest, mask);
}
spin_unlock_irq(&iosapic_lock);
spin_unlock(&iosapic_lock);
spin_unlock_irqrestore(&irq_descp(vector)->lock, flags);

printk(KERN_INFO "GSI %u (%s, %s) -> CPU %d (0x%04x) vector %d\n",
Expand Down

0 comments on commit b9e41d7

Please sign in to comment.