iommu: Remove stack trace from broken irq remapping warning
authorNeil Horman <nhorman@tuxdriver.com>
Fri, 27 Sep 2013 16:53:35 +0000 (12:53 -0400)
committerJoerg Roedel <joro@8bytes.org>
Fri, 4 Oct 2013 14:19:26 +0000 (16:19 +0200)
commit05104a4e8713b27291c7bb49c1e7e68b4e243571
treedbd54a2c9e1e5aa55f9fc058c383a4c5a3180fa6
parent15c03dd4859ab16f9212238f29dd315654aa94f6
iommu: Remove stack trace from broken irq remapping warning

The warning for the irq remapping broken check in intel_irq_remapping.c is
pretty pointless.  We need the warning, but we know where its comming from, the
stack trace will always be the same, and it needlessly triggers things like
Abrt.  This changes the warning to just print a text warning about BIOS being
broken, without the stack trace, then sets the appropriate taint bit.  Since we
automatically disable irq remapping, theres no need to contiue making Abrt jump
at this problem

Signed-off-by: Neil Horman <nhorman@tuxdriver.com>
CC: Joerg Roedel <joro@8bytes.org>
CC: Bjorn Helgaas <bhelgaas@google.com>
CC: Andy Lutomirski <luto@amacapital.net>
CC: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
CC: Sebastian Andrzej Siewior <sebastian@breakpoint.cc>
Signed-off-by: Joerg Roedel <joro@8bytes.org>
drivers/iommu/intel_irq_remapping.c