Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755215AbbFKTyo (ORCPT ); Thu, 11 Jun 2015 15:54:44 -0400 Received: from cantor2.suse.de ([195.135.220.15]:49620 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752469AbbFKTyk (ORCPT ); Thu, 11 Jun 2015 15:54:40 -0400 Date: Thu, 11 Jun 2015 21:54:24 +0200 From: Borislav Petkov To: Doug Ledford Cc: "Luis R. Rodriguez" , mchehab@osg.samsung.com, tomi.valkeinen@ti.com, bhelgaas@google.com, luto@amacapital.net, linux-media@vger.kernel.org, linux-rdma@vger.kernel.org, linux-kernel@vger.kernel.org, "Luis R. Rodriguez" , Toshi Kani , Roland Dreier , Sean Hefty , Hal Rosenstock , Suresh Siddha , Ingo Molnar , Thomas Gleixner , Juergen Gross , Daniel Vetter , Dave Airlie , Antonino Daplas , Jean-Christophe Plagniol-Villard , infinipath@intel.com, linux-fbdev@vger.kernel.org Subject: Re: [PATCH v6 2/3] IB/ipath: add counting for MTRR Message-ID: <20150611195424.GG30391@pd.tnic> References: <1434045002-31575-1-git-send-email-mcgrof@do-not-panic.com> <1434045002-31575-3-git-send-email-mcgrof@do-not-panic.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <1434045002-31575-3-git-send-email-mcgrof@do-not-panic.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2046 Lines: 56 On Thu, Jun 11, 2015 at 10:50:01AM -0700, Luis R. Rodriguez wrote: > From: "Luis R. Rodriguez" > > There is no good reason not to, we eventually delete it as well. > > Cc: Toshi Kani > Cc: Roland Dreier > Cc: Sean Hefty > Cc: Hal Rosenstock > Cc: Suresh Siddha > Cc: Ingo Molnar > Cc: Thomas Gleixner > Cc: Juergen Gross > Cc: Daniel Vetter > Cc: Andy Lutomirski > Cc: Dave Airlie > Cc: Antonino Daplas > Cc: Jean-Christophe Plagniol-Villard > Cc: Tomi Valkeinen > Cc: infinipath@intel.com > Cc: linux-rdma@vger.kernel.org > Cc: linux-fbdev@vger.kernel.org > Cc: linux-kernel@vger.kernel.org > Signed-off-by: Luis R. Rodriguez > --- > 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 4ad0b93..70c1f3a 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, > -- Doug, ack? -- Regards/Gruss, Boris. ECO tip #101: Trim your mails when you reply. -- -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/