From: Lennert Buytenhek Date: Sat, 16 Sep 2006 09:47:18 +0000 (+0100) Subject: [ARM] 3810/1: switch atomic helpers over to raw_local_irq_{save,restore} X-Git-Tag: v2.6.19-rc1~885^2~65 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8dd5c845bbc26c3517398abc3e5477b4b42e7176;p=pandora-kernel.git [ARM] 3810/1: switch atomic helpers over to raw_local_irq_{save,restore} Now that we have raw_* variants of local_irq_$FOO(), switch the atomic helpers over to use those raw_* variants. This is necessary when using lockdep on pre-ARMv6 hardware, as lockdep uses atomic_t counters in the trace_hardirqs_off() path. Signed-off-by: Lennert Buytenhek Signed-off-by: Russell King --- Reading git-diff-tree failed