summaryrefslogtreecommitdiffstats
path: root/arch/parisc
diff options
context:
space:
mode:
authorGrant Grundler <grundler@parisc-linux.org>2009-06-23 17:03:11 +0200
committerKyle McMartin <kyle@mcmartin.ca>2009-07-03 05:34:08 +0200
commite957f608f321a97a60d065bccd01949590eef52e (patch)
tree47edb6e19546bc9ae8a534a39b1de07f3eed75e6 /arch/parisc
parentparisc: add parameter to read_cr16() (diff)
downloadlinux-e957f608f321a97a60d065bccd01949590eef52e.tar.xz
linux-e957f608f321a97a60d065bccd01949590eef52e.zip
parisc: Fix gcc 4.4 warning in lba_pci.c
gcc 4.4 warns about: drivers/parisc/lba_pci.c: In function 'lba_pat_resources': drivers/parisc/lba_pci.c:1099: warning: the frame size of 8280 bytes is larger than 4096 bytes The problem is we declare two large structures on the stack. They don't need to be on the stack since they are only used during LBA initialization (which is serialized). Moving to be "static". Signed-off-by: Grant Grundler <grundler@parisc-linux.org> Signed-off-by: Kyle McMartin <kyle@mcmartin.ca>
Diffstat (limited to 'arch/parisc')
0 files changed, 0 insertions, 0 deletions