Merge tag 'ioapic-cleanups-for-tip' of git://git.kernel.org/pub/scm/linux/kernel...
authorIngo Molnar <mingo@kernel.org>
Tue, 29 Jan 2013 08:14:11 +0000 (09:14 +0100)
committerIngo Molnar <mingo@kernel.org>
Tue, 29 Jan 2013 08:14:11 +0000 (09:14 +0100)
commite9b6025bf8f16469f417e07507390f2f079d0a99
tree755b7120cbef2922fe55bf9915887a4c1b82494f
parent3b4a505821615b6c055536a0c23ea37c349bb6a9
parenta1bb20c232d066de0762f8e7cf332e5ce8385210
Merge tag 'ioapic-cleanups-for-tip' of git://git./linux/kernel/git/joro/iommu into x86/apic

Pull "x86 IOAPIC code from interrupt remapping details cleanups" from
Joerg Roedel:

 "These patches move all interrupt remapping specific checks out of the
  x86 core code and replaces the respective call-sites with function
  pointers. As a result the interrupt remapping code is better abstraced
  from x86 core interrupt handling code.

  The code was rebased to v3.8-rc4 and tested on systems with AMD-Vi and
  Intel VT-d (both capable of interrupt remapping). The systems were
  tested with IOMMU enabled and with IOMMU disabled. No issues were found."

Signed-off-by: Ingo Molnar <mingo@kernel.org>