projects
/
linux-2.6
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[ARM] at91: correct value for AT91_RSTC_KEY
[linux-2.6]
/
include
/
asm-x86_64
/
hardirq.h
diff --git
a/include/asm-x86_64/hardirq.h
b/include/asm-x86_64/hardirq.h
index
64a65ce
..
95d5e09
100644
(file)
--- a/
include/asm-x86_64/hardirq.h
+++ b/
include/asm-x86_64/hardirq.h
@@
-6,6
+6,9
@@
#include <asm/pda.h>
#include <asm/apic.h>
+/* We can have at most NR_VECTORS irqs routed to a cpu at a time */
+#define MAX_HARDIRQS_PER_CPU NR_VECTORS
+
#define __ARCH_IRQ_STAT 1
#define local_softirq_pending() read_pda(__softirq_pending)