From mboxrd@z Thu Jan 1 00:00:00 1970 From: ray.jui@broadcom.com (Ray Jui) Date: Tue, 22 Nov 2016 18:59:28 -0800 Subject: [PATCH 1/2] PCI: iproc: fix 32-bit build In-Reply-To: <4393833.rTFctaL9Kd@wuerfel> References: <20161122141844.1655574-1-arnd@arndb.de> <4393833.rTFctaL9Kd@wuerfel> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 11/22/2016 1:13 PM, Arnd Bergmann wrote: > On Tuesday, November 22, 2016 9:42:05 AM CET Ray Jui wrote: >> >> Hmmm, somehow we've never seen this link error for the ARM32 based >> platforms that we build for. Does it behave differently between >> different versions of compilers? >> >> Nevertheless, this is a good change to take, thanks! > > I looked at it again, and see now that it only happens with > a 64-bit RESOURCE_SIZE_T, which is only used on 32-bit > platforms with more than 4GB of memory addresses. It would > however show up in a multiplatform distro build for ARMv7VE, > so the fix is still clearly needed. > > Arnd > Yes, got it for how it showed up in your environment, :) This change stands good as it has been. Thanks, Ray