commit | 49357d19e4fb31e28796eaff83499e7584c26878 | [log] [tgz] |
---|---|---|
author | Tejun Heo <tj@kernel.org> | Tue Jan 13 20:41:35 2009 +0900 |
committer | Ingo Molnar <mingo@elte.hu> | Fri Jan 16 14:20:22 2009 +0100 |
tree | c0b425a5f3a187ae25ebc662816aa7c95c9cc59f | |
parent | b12d8db8fbfaed1e8222a15333a3645599636854 [diff] |
x86: convert pda ops to wrappers around x86 percpu accessors pda is now a percpu variable and there's no reason it can't use plain x86 percpu accessors. Add x86_test_and_clear_bit_percpu() and replace pda op implementations with wrappers around x86 percpu accessors. Signed-off-by: Tejun Heo <tj@kernel.org> Signed-off-by: Ingo Molnar <mingo@elte.hu>