diff mbox

ARM: Add support for 10 hardirq bits

Message ID 20100310111749.18521.9002.sendpatchset@t400s (mailing list archive)
State Accepted
Headers show

Commit Message

Magnus Damm March 10, 2010, 11:17 a.m. UTC
None
diff mbox

Patch

--- 0001/arch/arm/include/asm/hardirq.h
+++ work/arch/arm/include/asm/hardirq.h	2010-03-09 21:08:10.000000000 +0900
@@ -12,7 +12,9 @@  typedef struct {
 
 #include <linux/irq_cpustat.h>	/* Standard mappings for irq_cpustat_t above */
 
-#if NR_IRQS > 256
+#if NR_IRQS > 512
+#define HARDIRQ_BITS	10
+#elif NR_IRQS > 256
 #define HARDIRQ_BITS	9
 #else
 #define HARDIRQ_BITS	8