Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]> CC: Joerg Roedel <[email protected]> CC: Bjorn Helgaas <[email protected]> CC: Andy Lutomirski <[email protected]> CC: Konrad Rzeszutek Wilk <[email protected]> CC: Sebastian Andrzej Siewior <[email protected]> Signed-off-by: Joerg Roedel <[email protected]>
- Loading branch information