arm/{pxa,sa1100,nomadik}: Don't disable irqs in set_next_event and set_mode
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Thu, 17 Dec 2009 11:43:29 +0000 (12:43 +0100)
committerUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Fri, 22 Jan 2010 16:04:52 +0000 (17:04 +0100)
commita602f0f2f04f150fa1f7312b9e601e8e1a5afe10
tree108f52cfb0450127b0d9390bab101980ca31d73d
parent501d70383aa9ffc78b41aa7e74f6b0254c7c731c
arm/{pxa,sa1100,nomadik}: Don't disable irqs in set_next_event and set_mode

These functions are called with irqs already off.  This commit removes
the calls to raw_local_irq_save and raw_local_irq_restore on platforms
that don't have to use a shared interrupt for their timekeeping.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
arch/arm/mach-pxa/time.c
arch/arm/mach-sa1100/time.c
arch/arm/plat-nomadik/timer.c