git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa2f63c
)
[IA64] Don't go beyond iosapic_intr_info's arraysize
author
Roel Kluin
<roel.kluin@gmail.com>
Sat, 21 Feb 2009 22:40:27 +0000
(23:40 +0100)
committer
Tony Luck
<tony.luck@intel.com>
Wed, 25 Feb 2009 19:50:53 +0000
(11:50 -0800)
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>
No differences found