Skip to content
Commit 84292b29 authored by Heiko Carstens's avatar Heiko Carstens Committed by Tejun Heo
Browse files

percpu: remove this_cpu_xor() implementation



There is not a single user in the whole kernel.
Besides that this_cpu_xor() is broken anyway since it gets
translated to this_cpu_or() (see __pcpu_size_call() line).

So instead of fixing an unused definition just remove it.

Signed-off-by: default avatarHeiko Carstens <heiko.carstens@de.ibm.com>
Acked-by: default avatarIngo Molnar <mingo@kernel.org>
Signed-off-by: default avatarTejun Heo <tj@kernel.org>
parent f851c8d8
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment