git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f851c8d
)
percpu: remove this_cpu_xor() implementation
author
Heiko Carstens
<heiko.carstens@de.ibm.com>
Mon, 21 Oct 2013 11:25:36 +0000
(13:25 +0200)
committer
Tejun Heo
<tj@kernel.org>
Sun, 27 Oct 2013 13:03:46 +0000
(09:03 -0400)
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>
include/linux/percpu.h
patch
|
blob
|
history
diff --cc
include/linux/percpu.h
Simple merge