projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
42379b1
)
x86: irq: interrupt array size should be NR_VECTORS
author
Yinghai Lu
<yhlu.kernel@gmail.com>
Wed, 20 Aug 2008 03:50:46 +0000
(20:50 -0700)
committer
Ingo Molnar
<mingo@elte.hu>
Thu, 16 Oct 2008 14:52:56 +0000
(16:52 +0200)
Signed-off-by: Yinghai Lu <yhlu.kernel@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
include/asm-x86/hw_irq.h
patch
|
blob
|
blame
|
history
diff --git
a/include/asm-x86/hw_irq.h
b/include/asm-x86/hw_irq.h
index 51c787d17cbcd99874e28d6d716d5a56d19e5608..39c7a4745d2542e1a6f29ea80c42988275d0fac9 100644
(file)
--- a/
include/asm-x86/hw_irq.h
+++ b/
include/asm-x86/hw_irq.h
@@
-115,7
+115,7
@@
extern asmlinkage void smp_invalidate_interrupt(struct pt_regs *);
#endif
#ifdef CONFIG_X86_32
-extern void (*const interrupt[NR_
IRQ
S])(void);
+extern void (*const interrupt[NR_
VECTOR
S])(void);
#endif
typedef int vector_irq_t[NR_VECTORS];