Re: [PATCH] pci: don't enable too many HT MSI mapping

From: Prakash Punnoor
Date: Fri Mar 06 2009 - 04:08:40 EST


On Freitag 06 März 2009 05:15:45 Yinghai Lu wrote:
> please check v4:

v4 also works for me - nice. In case v4 doesn't get merged but instead the
minimal version, this should be added also:

[patch, trivial] Fix typo in message while disabling HT MSI mapping

Signed-off-by: Prakash Punnoor <prakash@xxxxxxxxxx>

--- drivers/pci/quirks.c.old 2009-03-06 00:34:40.996532222 +0100
+++ drivers/pci/quirks.c 2009-03-06 10:06:19.251037862 +0100
@@ -2097,7 +2097,7 @@

if (pci_read_config_byte(dev, pos + HT_MSI_FLAGS,
&flags) == 0) {
- dev_info(&dev->dev, "Enabling HT MSI Mapping\n");
+ dev_info(&dev->dev, "Disabling HT MSI Mapping\n");

pci_write_config_byte(dev, pos + HT_MSI_FLAGS,
flags & ~HT_MSI_FLAGS_ENABLE);
--
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/