commit | a602f0f2f04f150fa1f7312b9e601e8e1a5afe10 | [log] [tgz] |
---|---|---|
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | Thu Dec 17 12:43:29 2009 +0100 |
committer | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | Fri Jan 22 17:04:52 2010 +0100 |
tree | 108f52cfb0450127b0d9390bab101980ca31d73d | |
parent | 501d70383aa9ffc78b41aa7e74f6b0254c7c731c [diff] |
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>