From: Uwe Kleine-König Date: Thu, 17 Dec 2009 11:43:29 +0000 (+0100) Subject: arm/{pxa,sa1100,nomadik}: Don't disable irqs in set_next_event and set_mode X-Git-Tag: v2.6.34-rc2~66^2~52^2 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a602f0f2f04f150fa1f7312b9e601e8e1a5afe10;p=pandora-kernel.git 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 --- Reading git-diff-tree failed