Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b9e41d7f authored by Kenji Kaneshige's avatar Kenji Kaneshige Committed by Tony Luck
Browse files

[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: default avatarTony Luck <tony.luck@intel.com>
parent e1ed81ab
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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",