x86, io_apic: Introduce x86_io_apic_ops.print_entries for debugging
authorJoerg Roedel <joro@8bytes.org>
Wed, 26 Sep 2012 10:44:36 +0000 (12:44 +0200)
committerJoerg Roedel <joro@8bytes.org>
Mon, 28 Jan 2013 09:48:30 +0000 (10:48 +0100)
commitafcc8a40a090f7a65d3b72bac1a26fc6dbb63b10
tree68dca920cd86459c3468ae0b5d22eab5af4af4b2
parent1c4248ca4e783e47cc34e313d9f82b4ea52774cc
x86, io_apic: Introduce x86_io_apic_ops.print_entries for debugging

This call-back is used to dump IO-APIC entries for debugging
purposes into the kernel log. VT-d needs a special routine
for this and will overwrite the default.

Signed-off-by: Joerg Roedel <joro@8bytes.org>
Acked-by: Sebastian Andrzej Siewior <sebastian@breakpoint.cc>
Reviewed-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
arch/x86/include/asm/io_apic.h
arch/x86/include/asm/x86_init.h
arch/x86/kernel/apic/io_apic.c
arch/x86/kernel/x86_init.c
drivers/iommu/intel_irq_remapping.c