From: "Luis R. Rodriguez" <mcg...@suse.com> There is no good reason not to, we eventually delete it as well.
Signed-off-by: Luis R. Rodriguez <mcg...@suse.com> Acked-by: Doug Ledford <dledf...@redhat.com> Cc: Andy Lutomirski <l...@amacapital.net> Cc: Antonino Daplas <adap...@gmail.com> Cc: bhelg...@google.com Cc: Daniel Vetter <daniel.vet...@ffwll.ch> Cc: Dave Airlie <airl...@redhat.com> Cc: Hal Rosenstock <hal.rosenst...@gmail.com> Cc: infinip...@intel.com Cc: Ingo Molnar <mi...@elte.hu> Cc: Jean-Christophe Plagniol-Villard <plagn...@jcrosoft.com> Cc: Juergen Gross <jgr...@suse.com> Cc: linux-r...@vger.kernel.org Cc: "Luis R. Rodriguez" <mcg...@suse.com> Cc: mche...@osg.samsung.com Cc: Roland Dreier <rol...@kernel.org> Cc: Sean Hefty <sean.he...@intel.com> Cc: Suresh Siddha <sbsid...@gmail.com> Cc: Thomas Gleixner <t...@linutronix.de> Cc: Tomi Valkeinen <tomi.valkei...@ti.com> Cc: Toshi Kani <toshi.k...@hp.com> Link: http://lkml.kernel.org/r/1434053994-2196-3-git-send-email-mcg...@do-not-panic.com Signed-off-by: Borislav Petkov <b...@suse.de> --- drivers/infiniband/hw/ipath/ipath_wc_x86_64.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/infiniband/hw/ipath/ipath_wc_x86_64.c b/drivers/infiniband/hw/ipath/ipath_wc_x86_64.c index 4ad0b932df1f..70c1f3aeb03d 100644 --- a/drivers/infiniband/hw/ipath/ipath_wc_x86_64.c +++ b/drivers/infiniband/hw/ipath/ipath_wc_x86_64.c @@ -127,7 +127,7 @@ int ipath_enable_wc(struct ipath_devdata *dd) "(addr %llx, len=0x%llx)\n", (unsigned long long) pioaddr, (unsigned long long) piolen); - cookie = mtrr_add(pioaddr, piolen, MTRR_TYPE_WRCOMB, 0); + cookie = mtrr_add(pioaddr, piolen, MTRR_TYPE_WRCOMB, 1); if (cookie < 0) { { dev_info(&dd->pcidev->dev, -- 2.3.5 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/