commit | 7ba8022fc3a1d2434c1f038f022c5d69026319ca | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Tue Mar 05 11:28:29 2013 +0100 |
committer | Arnd Bergmann <arnd@arndb.de> | Fri Apr 19 13:51:20 2013 +0200 |
tree | fff3699a7037bb225381ca61fef0d11b20e80677 | |
parent | b4cf27f7735f9e5d80f3e79fcf355ced15461219 [diff] |
ARM: exynos: prepare for sparse IRQ When we enable CONFIG_SPARSE_IRQ, we have to set the value of NR_IRQS in the machine_desc for legacy IRQ domains, and any file referring to the number of interrupts or a specific number must include the mach/irqs.h header file explicitly. Signed-off-by: Arnd Bergmann <arnd@arndb.de>