diff options
author | Heiko Carstens <heiko.carstens@de.ibm.com> | 2013-10-21 13:25:36 +0200 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2013-10-27 09:03:46 -0400 |
commit | 84292b29475bc7bb6b04ae5360595bd816ca4efb (patch) | |
tree | 0fe3918a7797f77021c5be244bbf2e946a9dbd41 /drivers/hwmon/hwmon.c | |
parent | f851c8d8583891a6e0a447b539db3c39a4f5d43d (diff) |
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: Heiko Carstens <heiko.carstens@de.ibm.com>
Acked-by: Ingo Molnar <mingo@kernel.org>
Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'drivers/hwmon/hwmon.c')
0 files changed, 0 insertions, 0 deletions