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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/