git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
501d703
)
arm/{pxa,sa1100,nomadik}: Don't disable irqs in set_next_event and set_mode
author
Uwe Kleine-König
<u.kleine-koenig@pengutronix.de>
Thu, 17 Dec 2009 11:43:29 +0000
(12:43 +0100)
committer
Uwe Kleine-König
<u.kleine-koenig@pengutronix.de>
Fri, 22 Jan 2010 16:04:52 +0000
(17:04 +0100)
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>
No differences found