]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARM: mvebu: ll_set_cpu_coherent always uses the current CPU
authorGregory CLEMENT <gregory.clement@free-electrons.com>
Mon, 14 Apr 2014 15:10:06 +0000 (17:10 +0200)
committerJason Cooper <jason@lakedaemon.net>
Fri, 25 Apr 2014 23:46:15 +0000 (23:46 +0000)
commit31dd716233e066146d651889f7b01e8da9963bd7
tree768c2880df11881aa62e53bb7a69d28aed282a09
parentca744e10458db7acca94d4338a53868fe4586987
ARM: mvebu: ll_set_cpu_coherent always uses the current CPU

ll_set_cpu_coherent is always used on the current CPU, so instead of
passing the CPU id as argument, ll_set_cpu_coherent() can find it by
itself.

Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Link: https://lkml.kernel.org/r/1397488214-20685-4-git-send-email-gregory.clement@free-electrons.com
Acked-by: Thomas Petazzoni <thomas.petazzoni@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/coherency_ll.S
arch/arm/mach-mvebu/headsmp.S
arch/arm/mach-mvebu/platsmp.c