ARM: OMAP2+: PM: Remove bogus fiq_[enable/disable] tuple
authorSantosh Shilimkar <santosh.shilimkar@ti.com>
Mon, 11 Feb 2013 13:59:45 +0000 (19:29 +0530)
committerSantosh Shilimkar <santosh.shilimkar@ti.com>
Thu, 28 Mar 2013 07:25:58 +0000 (12:55 +0530)
commit6b85638b83caac7bae9ffa202391882a9ad4388f
tree646d1e7d1241346b394d69d442b7fa296e5d4058
parentf98d5fe8079cc4830e4ce22585055822119da5c8
ARM: OMAP2+: PM: Remove bogus fiq_[enable/disable] tuple

On OMAP platform, FIQ is reserved for secure environment only. If at all
the FIQ needs to be disabled, it involves going through security
API call. Hence the local_fiq_[enable/disable]() in the OMAP code is bogus.
On GP devices too, the fiq is disabled for non-secure software.

So just get rid of it.

Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
arch/arm/mach-omap2/cpuidle34xx.c
arch/arm/mach-omap2/cpuidle44xx.c
arch/arm/mach-omap2/pm24xx.c
arch/arm/mach-omap2/pm34xx.c
arch/arm/mach-omap2/pm44xx.c