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>
This commit is contained in:
@@ -58,5 +58,3 @@ EXPORT_SYMBOL(__memcpy);
|
||||
EXPORT_SYMBOL(empty_zero_page);
|
||||
EXPORT_SYMBOL(init_level4_pgt);
|
||||
EXPORT_SYMBOL(load_gs_index);
|
||||
|
||||
EXPORT_SYMBOL(_proxy_pda);
|
||||
|
Reference in New Issue
Block a user