aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/patch-kernel
diff options
context:
space:
mode:
authorTony Lindgren <tony@atomide.com>2012-02-21 16:33:08 -0800
committerTony Lindgren <tony@atomide.com>2012-02-21 16:33:08 -0800
commit2226957ed2d84add88368aa4c4f69eae4b4843a3 (patch)
tree232a8933c7751ded58fc1f8f3d1e41f9bd2e5bc7 /scripts/patch-kernel
parentOMAP3 EVM: remove out-of-bounds array access of gpio_leds (diff)
downloadlinux-2226957ed2d84add88368aa4c4f69eae4b4843a3.tar.gz
linux-2226957ed2d84add88368aa4c4f69eae4b4843a3.zip
ARM: OMAP1: Fix out-of-bounds array access for Innovator
Otherwise we can get the following on some compilers: arch/arm/mach-omap1/board-innovator.c:419:19: warning: array subscript is above array bounds [-Warray-bounds] arch/arm/mach-omap1/board-innovator.c:425:19: warning: array subscript is above array bounds [-Warray-bounds] Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'scripts/patch-kernel')
0 files changed, 0 insertions, 0 deletions
B page size selection on SH-5.Paul Mundt1-2/+2 2008-01-28sh: Split out extable.c _32 and _64 variants.Paul Mundt5-36/+52 2008-01-28sh: Add SH-5 support to the consistent DMA impl.Paul Mundt2-20/+30 2008-01-28sh: flush_cache_sigtramp() takes 1 arg only.Paul Mundt1-1/+1 2008-01-28sh: Move vsyscall_init() defs up one level.Paul Mundt2-6/+6 2008-01-28sh: Nopped out p3_cache_init() on SH-5 also.Paul Mundt1-0/+1 2008-01-28sh: Fix up VMALLOC_START for SH-5.Paul Mundt1-0/+4 2008-01-28sh: Move over the SH-5 head.S and tlb.h.Paul Mundt6-44/+24 2008-01-28sh: Have SH-5 provide an {en,dis}able_fpu() impl.Paul Mundt3-10/+21 2008-01-28sh: Disable initial cache flush on SH-5.Paul Mundt1-14/+18 2008-01-28sh: Don't reference UBC code in CPU init on sh64.Paul Mundt1-1/+6 2008-01-28sh: imask IRQ depends on sh32.Paul Mundt1-1/+2 2008-01-28sh: Move in the SH-5 traps.c impl.Paul Mundt4-3/+2