Home
last modified time | relevance | path

Searched hist:"6 d5f6a0eba15c1d2cfd367f1c3fb77ab2bfe8ca8" (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/powerpc/sysdev/
H A Dindirect_pci.cdiff 6d5f6a0eba15c1d2cfd367f1c3fb77ab2bfe8ca8 Thu Jan 22 19:05:06 CST 2015 Kim Phillips <kim.phillips@freescale.com> 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: 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 refactoring indirect_read_config()
to take hose and bus number instead of the 1344-byte struct pci_bus.

Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Signed-off-by: Scott Wood <scottwood@freescale.com>
H A Dfsl_pci.cdiff 6d5f6a0eba15c1d2cfd367f1c3fb77ab2bfe8ca8 Thu Jan 22 19:05:06 CST 2015 Kim Phillips <kim.phillips@freescale.com> 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: 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 refactoring indirect_read_config()
to take hose and bus number instead of the 1344-byte struct pci_bus.

Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Signed-off-by: Scott Wood <scottwood@freescale.com>
/openbmc/linux/arch/powerpc/include/asm/
H A Dpci-bridge.hdiff 6d5f6a0eba15c1d2cfd367f1c3fb77ab2bfe8ca8 Thu Jan 22 19:05:06 CST 2015 Kim Phillips <kim.phillips@freescale.com> 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: 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 refactoring indirect_read_config()
to take hose and bus number instead of the 1344-byte struct pci_bus.

Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Signed-off-by: Scott Wood <scottwood@freescale.com>