|
@@ -83,7 +83,6 @@
|
|
|
|
|
|
static DEFINE_SPINLOCK(amd_iommu_devtable_lock);
|
|
|
static DEFINE_SPINLOCK(pd_bitmap_lock);
|
|
|
-static DEFINE_SPINLOCK(iommu_table_lock);
|
|
|
|
|
|
/* List of all available dev_data structures */
|
|
|
static LLIST_HEAD(dev_data_list);
|
|
@@ -3562,6 +3561,7 @@ EXPORT_SYMBOL(amd_iommu_device_info);
|
|
|
*****************************************************************************/
|
|
|
|
|
|
static struct irq_chip amd_ir_chip;
|
|
|
+static DEFINE_SPINLOCK(iommu_table_lock);
|
|
|
|
|
|
static void set_dte_irq_entry(u16 devid, struct irq_remap_table *table)
|
|
|
{
|