On Thu, Jun 11, 2015 at 10:50:01AM -0700, Luis R. Rodriguez wrote:
> From: "Luis R. Rodriguez" <mcg...@suse.com>
> 
> There is no good reason not to, we eventually delete it as well.
> 
> Cc: Toshi Kani <toshi.k...@hp.com>
> Cc: Roland Dreier <rol...@kernel.org>
> Cc: Sean Hefty <sean.he...@intel.com>
> Cc: Hal Rosenstock <hal.rosenst...@gmail.com>
> Cc: Suresh Siddha <sbsid...@gmail.com>
> Cc: Ingo Molnar <mi...@elte.hu>
> Cc: Thomas Gleixner <t...@linutronix.de>
> Cc: Juergen Gross <jgr...@suse.com>
> Cc: Daniel Vetter <daniel.vet...@ffwll.ch>
> Cc: Andy Lutomirski <l...@amacapital.net>
> Cc: Dave Airlie <airl...@redhat.com>
> Cc: Antonino Daplas <adap...@gmail.com>
> Cc: Jean-Christophe Plagniol-Villard <plagn...@jcrosoft.com>
> Cc: Tomi Valkeinen <tomi.valkei...@ti.com>
> Cc: infinip...@intel.com
> Cc: linux-rdma@vger.kernel.org
> Cc: linux-fb...@vger.kernel.org
> Cc: linux-ker...@vger.kernel.org
> Signed-off-by: Luis R. Rodriguez <mcg...@suse.com>
> ---
>  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-rdma" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to