Re: [PATCH] powerpc/fsl_pci: Fix pci stack build bug with FRAME_WARN

2015-01-22 Thread Kim Phillips
aac5aa245949ea3dadae9ea913d67c456f558a0c Mon Sep 17 00:00:00 2001 From: Kim Phillips kim.phill...@freescale.com Date: Tue, 20 Jan 2015 14:03:49 -0600 Subject: [PATCH v2] powerpc/fsl_pci: Fix pci stack build bug with FRAME_WARN Fix this: CC arch/powerpc/sysdev/fsl_pci.o arch/powerpc/sysdev/fsl_pci.c

Re: [PATCH] powerpc/fsl_pci: Fix pci stack build bug with FRAME_WARN

2015-01-22 Thread Scott Wood
On Thu, 2015-01-22 at 18:20 -0600, Kim Phillips wrote: On Wed, 21 Jan 2015 21:02:27 -0600 Scott Wood scottw...@freescale.com wrote: On Wed, 2015-01-21 at 20:48 -0600, Kim Phillips wrote: fake_pci_bus()' version is static, so it's not on the stack. given that, maybe

Re: [PATCH] powerpc/fsl_pci: Fix pci stack build bug with FRAME_WARN

2015-01-21 Thread Scott Wood
On Wed, 2015-01-21 at 20:48 -0600, Kim Phillips wrote: On Tue, 20 Jan 2015 18:31:32 -0600 Scott Wood scottw...@freescale.com wrote: On Tue, 2015-01-20 at 14:03 -0600, Kim Phillips wrote: Fix this: CC arch/powerpc/sysdev/fsl_pci.o arch/powerpc/sysdev/fsl_pci.c: In function

Re: [PATCH] powerpc/fsl_pci: Fix pci stack build bug with FRAME_WARN

2015-01-21 Thread Kim Phillips
On Tue, 20 Jan 2015 18:31:32 -0600 Scott Wood scottw...@freescale.com wrote: On Tue, 2015-01-20 at 14:03 -0600, Kim Phillips wrote: Fix this: CC arch/powerpc/sysdev/fsl_pci.o arch/powerpc/sysdev/fsl_pci.c: In function 'fsl_pcie_check_link': arch/powerpc/sysdev/fsl_pci.c:91:1:

Re: [PATCH] powerpc/fsl_pci: Fix pci stack build bug with FRAME_WARN

2015-01-20 Thread Scott Wood
On Tue, 2015-01-20 at 14:03 -0600, Kim Phillips wrote: Fix this: CC arch/powerpc/sysdev/fsl_pci.o arch/powerpc/sysdev/fsl_pci.c: In function 'fsl_pcie_check_link': arch/powerpc/sysdev/fsl_pci.c:91:1: error: the frame size of 1360 bytes is larger than 1024 bytes

[PATCH] powerpc/fsl_pci: Fix pci stack build bug with FRAME_WARN

2015-01-20 Thread Kim Phillips
Fix this: CC arch/powerpc/sysdev/fsl_pci.o arch/powerpc/sysdev/fsl_pci.c: In function 'fsl_pcie_check_link': arch/powerpc/sysdev/fsl_pci.c:91:1: error: the frame size of 1360 bytes is larger than 1024 bytes [-Werror=frame-larger-than=] when configuring FRAME_WARN, by converting the