summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorRoel Kluin <roel.kluin@gmail.com>2009-02-21 22:40:27 (GMT)
committerTony Luck <tony.luck@intel.com>2009-02-25 19:50:53 (GMT)
commit5b5923975f07836fc7a5388f9fa5f459828ae4ee (patch)
tree27794117df095b46071dae87183d8ec33c39da65 /scripts
parentaa2f63c95439a11dfac35c60d9160dcd0189aed3 (diff)
downloadlinux-fsl-qoriq-5b5923975f07836fc7a5388f9fa5f459828ae4ee.tar.xz
[IA64] Don't go beyond iosapic_intr_info's arraysize
vi arch/ia64/kernel/iosapic.c +142 static struct iosapic_intr_info { ... } iosapic_intr_info[NR_IRQS]; But at line 510 we have: for (i = 0; i <= NR_IRQS; i++) { s/<=/</ Signed-off-by: Roel Kluin <roel.kluin@gmail.com> Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions