dect
/
linux-2.6
Archived
13
0
Fork 0

[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>
This commit is contained in:
Kenji Kaneshige 2005-04-25 13:27:48 -07:00 committed by Tony Luck
parent e1ed81ab7a
commit b9e41d7fb6
1 changed files with 1 additions and 1 deletions

View File

@ -762,7 +762,7 @@ again:
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",