diff options
author | Alexander Shiyan <shc_work@mail.ru> | 2012-11-17 17:57:13 +0400 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2012-11-21 09:57:41 -0800 |
commit | 0d8be81c0e15ad8ebdd35bbbeb35b03f85a4b558 (patch) | |
tree | a4bab572e19ef5f70e9aa0564026e5307be524d2 /arch/arm/mach-clps711x/edb7211.c | |
parent | 86449336dd3c6e0edf97b971db2daa88917c1d7e (diff) |
ARM: clps711x: Implement usage "SPARSE_IRQ" kernel option for a platform
Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/mach-clps711x/edb7211.c')
-rw-r--r-- | arch/arm/mach-clps711x/edb7211.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-clps711x/edb7211.c b/arch/arm/mach-clps711x/edb7211.c index 59dec3bd070..7b161dd40e8 100644 --- a/arch/arm/mach-clps711x/edb7211.c +++ b/arch/arm/mach-clps711x/edb7211.c @@ -91,6 +91,7 @@ static void __init edb7211_init(void) MACHINE_START(EDB7211, "CL-EDB7211 (EP7211 eval board)") /* Maintainer: Jon McClintock */ .atag_offset = VIDEORAM_SIZE + 0x100, + .nr_irqs = CLPS711X_NR_IRQS, .fixup = fixup_edb7211, .reserve = edb7211_reserve, .map_io = edb7211_map_io, |