]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARM: mvebu: Remove the unused argument of set_cpu_coherent()
authorGregory CLEMENT <gregory.clement@free-electrons.com>
Mon, 14 Apr 2014 15:10:07 +0000 (17:10 +0200)
committerJason Cooper <jason@lakedaemon.net>
Sat, 26 Apr 2014 00:08:11 +0000 (00:08 +0000)
commitcfa292006fb7016fad58659d01e84a3aba488db2
treebfec9775a8fa7e1092aeeadf6f6536f33ff5e38a
parent31dd716233e066146d651889f7b01e8da9963bd7
ARM: mvebu: Remove the unused argument of set_cpu_coherent()

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 <gregory.clement@free-electrons.com>
Link: https://lkml.kernel.org/r/1397488214-20685-5-git-send-email-gregory.clement@free-electrons.com
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
arch/arm/mach-mvebu/coherency.c
arch/arm/mach-mvebu/coherency.h
arch/arm/mach-mvebu/platsmp.c