Re: [PATCH v2] irq: add quirk for broken interrupt remapping on 55XXchipsets

From: Neil Horman
Date: Thu Apr 04 2013 - 10:50:48 EST


On Thu, Apr 04, 2013 at 03:27:29PM +0100, David Woodhouse wrote:
> On Wed, 2013-04-03 at 17:53 -0600, Bjorn Helgaas wrote:
> > );
> > > +
> > > + if ((revision == 0x13) && irq_remapping_enabled) {
> > > + pr_warn(HW_ERR "This system BIOS has enabled interrupt remapping\n"
> > > + "on a chipset that contains an errata making that\n"
> > > + "feature unstable. Please reboot with nointremap\n"
> > > + "added to the kernel command line and contact\n"
> > > + "your BIOS vendor for an update");
>
> This should be WARN_TAINT(TAINT_FIRMWARE_WORKAROUND). And 'an erratum'.
>
Ok, copy that. I'll repost shortly

> --
> dwmw2


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/