Luck, Tony 0b8973a818 intel-iommu: Fix section mismatch dmar_ir_support() uses dmar_tbl.
dmar_tbl is declared as __initdata, but dmar_ir_support() is not declared
as an __init function.  Fix is simple since the only caller of dmar_ir_support
(intr_remapping_supported) is an __init function.

Signed-off-by: Tony Luck <tony.luck@intel.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
2009-12-31 19:42:05 +00:00
..
2009-12-15 08:53:25 -08:00
2009-06-16 14:29:33 -07:00
2009-05-12 12:17:36 +02:00
2009-11-24 15:25:16 -08:00
2009-09-09 13:29:35 -07:00
2009-11-24 15:25:16 -08:00
2009-12-04 15:47:50 -08:00
2009-12-04 16:19:24 -08:00
2009-02-13 12:01:56 -08:00
2009-11-24 15:25:16 -08:00
2009-06-29 12:13:56 -07:00
2009-07-12 12:22:34 -07:00