commit | 952f4ca79b4ec7114291aa711add1b36c6ba7515 | [log] [tgz] |
---|---|---|
author | Gregory CLEMENT <gregory.clement@free-electrons.com> | Mon Apr 14 17:10:07 2014 +0200 |
committer | Jason Cooper <jason@lakedaemon.net> | Thu May 08 16:18:52 2014 +0000 |
tree | 16049379e6e358475092618d96893fb15770d189 | |
parent | b41375f71aceadb7d74a18aafba4da5024fc104b [diff] |
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>