Santosh Shilimkar 865da01cd9 ARM: OMAP: Kill warning in CPUIDLE code with !CONFIG_SMP
for non SMP build, NR_CPUS is 1 and hence the code complains with below
warnings.

arch/arm/mach-omap2/cpuidle44xx.c:207:8: warning: array subscript is above array bounds [-Warray-bounds]
arch/arm/mach-omap2/cpuidle44xx.c:212:11: warning: array subscript is above array bounds [-Warray-bounds]

Kill it by making array size fixed.

Acked-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
2014-02-21 15:16:56 -08:00
..
2014-01-23 18:40:49 -08:00
2014-01-05 13:59:56 +00:00
2014-01-23 18:49:36 -08:00
2013-11-25 14:24:28 -08:00
2014-01-31 14:58:55 -08:00
2014-01-23 18:49:36 -08:00
2014-01-23 18:36:55 -08:00
2014-01-23 18:36:55 -08:00
2014-01-23 18:49:36 -08:00
2014-01-23 18:45:38 -08:00
2014-01-15 17:02:08 -08:00
2013-12-11 17:32:41 -08:00
2014-01-28 18:56:37 -08:00
2014-01-31 08:38:18 -08:00