On Mon, Oct 21, 2013 at 01:25:35PM +0200, Heiko Carstens wrote:
> 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

Applied to percpu/for-3.13.

Thanks.

-- 
tejun
--
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/

Reply via email to