From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ig0-x232.google.com (mail-ig0-x232.google.com [IPv6:2607:f8b0:4001:c05::232]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 11C501A0007 for ; Sun, 17 May 2015 01:23:02 +1000 (AEST) Received: by igbsb11 with SMTP id sb11so19577608igb.0 for ; Sat, 16 May 2015 08:22:59 -0700 (PDT) Date: Sat, 16 May 2015 10:22:56 -0500 From: Bjorn Helgaas To: Yinghai Lu Subject: Re: [PATCH] powerpc/PCI: Add IORESOURCE_MEM_64 for 64-bit resource in of parsing Message-ID: <20150516152256.GI31666@google.com> References: <1428452669-24824-1-git-send-email-yinghai@kernel.org> <1428464944.4947.69.camel@kernel.crashing.org> <1428480074.18187.8.camel@kernel.crashing.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: Cc: "linux-pci@vger.kernel.org" , Gavin Shan , Linux Kernel Mailing List , Paul Mackerras , Anton Blanchard , Yijing Wang , linuxppc-dev , David Miller List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, Apr 08, 2015 at 03:38:42PM -0700, Yinghai Lu wrote: > On Wed, Apr 8, 2015 at 1:01 AM, Benjamin Herrenschmidt > wrote: > > > Use a different flag to indicate the BAR policy or temporarily tweak a > > local copy of the resource flag during BAR assignment or whatever you > > prefer to fix the original problem but do *not* change the Linux overall > > view of that BAR to lie about prefetchability. > > ok, will give it a try. Ping, any updates on this?