diff options
author | Deng-Cheng Zhu <dengcheng.zhu@imgtec.com> | 2013-10-30 15:52:10 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2014-01-22 20:19:02 +0100 |
commit | 1336113a6c93fa345f7465e066313e5629f581d9 (patch) | |
tree | 9c20905bc377b7c1fa41b34cdfd305f687b9a10b /arch/mips/include | |
parent | da615cf603e209fdf2e5917d84e070b34dd8daa1 (diff) | |
download | linux-stable-1336113a6c93fa345f7465e066313e5629f581d9.tar.gz linux-stable-1336113a6c93fa345f7465e066313e5629f581d9.tar.bz2 linux-stable-1336113a6c93fa345f7465e066313e5629f581d9.zip |
MIPS: APRP: Add support for Malta CMP platform.
Malta with multi-core CM platforms can now use APRP functionality.
Signed-off-by: Deng-Cheng Zhu <dengcheng.zhu@imgtec.com>
Signed-off-by: Steven J. Hill <Steven.Hill@imgtec.com>
Reviewed-by: Qais Yousef <Qais.Yousef@imgtec.com>
Signed-off-by: John Crispin <blogic@openwrt.org>
Patchwork: http://patchwork.linux-mips.org/patch/6096/
Diffstat (limited to 'arch/mips/include')
-rw-r--r-- | arch/mips/include/asm/amon.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/mips/include/asm/amon.h b/arch/mips/include/asm/amon.h index c3dc1a68dd8d..3bd6e763454d 100644 --- a/arch/mips/include/asm/amon.h +++ b/arch/mips/include/asm/amon.h @@ -3,5 +3,5 @@ */ int amon_cpu_avail(int); -void amon_cpu_start(int, unsigned long, unsigned long, - unsigned long, unsigned long); +int amon_cpu_start(int, unsigned long, unsigned long, + unsigned long, unsigned long); |