commit | 8dd5c845bbc26c3517398abc3e5477b4b42e7176 | [log] [tgz] |
---|---|---|
author | Lennert Buytenhek <buytenh@wantstofly.org> | Sat Sep 16 10:47:18 2006 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Mon Sep 25 10:25:24 2006 +0100 |
tree | 76f9a6d4aba323653a65a4354bf7fe65805a7808 | |
parent | 34148c6990d2f0107b53fe4ddf29b1ba30e613d3 [diff] |
[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 <buytenh@wantstofly.org> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>