linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] percpu: remove this_cpu_xor()
@ 2013-10-21 11:25 Heiko Carstens
  2013-10-21 11:25 ` [PATCH 1/2] percpu: remove this_cpu_xor() implementation Heiko Carstens
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Heiko Carstens @ 2013-10-21 11:25 UTC (permalink / raw)
  To: Andrew Morton, Christoph Lameter, Tejun Heo
  Cc: H. Peter Anvin, Ingo Molnar, Thomas Gleixner, linux-kernel,
	Heiko Carstens

While optimizing and testing s390's this_cpu ops I realized that
this_cpu_xor() generates broken code ("or" instead of "xor").

Since there is not a single user in the whole kernel tree it seems
to be a good opportunity to simply remove it instead of fixing it.

These two patches only remove the generic and x86 variant. It doesn't
touch s390 since it would only generate a merge conflict later on.
I will take care of s390 anyway if the consensus is that it should be
removed.

Heiko Carstens (2):
  percpu: remove this_cpu_xor() implementation
  x86: remove this_cpu_xor() implementation

 arch/x86/include/asm/percpu.h |  8 --------
 include/linux/percpu.h        | 32 --------------------------------
 2 files changed, 40 deletions(-)

-- 
1.8.3.4


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-10-27 13:04 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-21 11:25 [PATCH 0/2] percpu: remove this_cpu_xor() Heiko Carstens
2013-10-21 11:25 ` [PATCH 1/2] percpu: remove this_cpu_xor() implementation Heiko Carstens
2013-10-21 14:59   ` Ingo Molnar
2013-10-21 11:25 ` [PATCH 2/2] x86: " Heiko Carstens
2013-10-27 13:04 ` [PATCH 0/2] percpu: remove this_cpu_xor() Tejun Heo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).