Re: [PATCH v7 04/11] ARM: mvebu: Remove the unused argument of set_cpu_coherent()

2014-04-25 Thread Jason Cooper
On Mon, Apr 14, 2014 at 05:10:07PM +0200, Gregory CLEMENT wrote: > set_cpu_coherent() took the SMP group ID as parameter. But this > parameter was never used, and the CPU always uses the SMP group 0. So > we can remove this parameter. > > Signed-off-by: Gregory CLEMENT > --- > arch/arm/mach-mveb

[PATCH v7 04/11] ARM: mvebu: Remove the unused argument of set_cpu_coherent()

2014-04-14 Thread Gregory CLEMENT
set_cpu_coherent() took the SMP group ID as parameter. But this parameter was never used, and the CPU always uses the SMP group 0. So we can remove this parameter. Signed-off-by: Gregory CLEMENT --- arch/arm/mach-mvebu/coherency.c | 4 ++-- arch/arm/mach-mvebu/coherency.h | 2 +- arch/arm/mach-m