diff options
author | Kenji Kaneshige <kaneshige.kenji@jp.fujitsu.com> | 2005-04-25 16:27:48 -0400 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2005-04-25 16:27:48 -0400 |
commit | b9e41d7fb62ae26adee84c18048037214ce5d866 (patch) | |
tree | d39f224bce0113f860417f81acceb5d2cb8428b3 /arch | |
parent | e1ed81ab7a34fc0f92f2e200825bdb6d86d6c8ef (diff) |
[IA64] iosapic.c: typo ... s/spin_unlock_irq/spin_unlock/
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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/ia64/kernel/iosapic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ia64/kernel/iosapic.c b/arch/ia64/kernel/iosapic.c index 11a221cc8dc3..88b014381df5 100644 --- a/arch/ia64/kernel/iosapic.c +++ b/arch/ia64/kernel/iosapic.c | |||
@@ -762,7 +762,7 @@ again: | |||
762 | mask = 0; | 762 | mask = 0; |
763 | set_rte(gsi, vector, dest, mask); | 763 | set_rte(gsi, vector, dest, mask); |
764 | } | 764 | } |
765 | spin_unlock_irq(&iosapic_lock); | 765 | spin_unlock(&iosapic_lock); |
766 | spin_unlock_irqrestore(&irq_descp(vector)->lock, flags); | 766 | spin_unlock_irqrestore(&irq_descp(vector)->lock, flags); |
767 | 767 | ||
768 | printk(KERN_INFO "GSI %u (%s, %s) -> CPU %d (0x%04x) vector %d\n", | 768 | printk(KERN_INFO "GSI %u (%s, %s) -> CPU %d (0x%04x) vector %d\n", |