Re: [PATCH 1/2] percpu: remove this_cpu_xor() implementation

2013-10-21 Thread Ingo Molnar
* Heiko Carstens wrote: > 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. Acked-by: Ingo Molnar Thanks,

[PATCH 1/2] percpu: remove this_cpu_xor() implementation

2013-10-21 Thread Heiko Carstens
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 --- include/linux/percpu.h | 32 -