]> git.karo-electronics.de Git - karo-tx-linux.git/commit
MIPS: replace open-coded init_dsp
authorPaul Burton <paul.burton@imgtec.com>
Tue, 19 Nov 2013 17:30:38 +0000 (17:30 +0000)
committerJohn Crispin <blogic@openwrt.org>
Tue, 14 Jan 2014 20:39:37 +0000 (21:39 +0100)
commit2d5c5517a767cb6ea160aa26fb7c340dc7ef889f
tree373aa301f904fea5649b2f590031d918974ee814
parent02cc33ac6a2e115694af6a96c2004b5048eb0c0a
MIPS: replace open-coded init_dsp

There is already an init_dsp function which checks cpu_has_dsp & calls
__init_dsp if it does. Make use of it instead of duplicating the same
code.

Signed-off-by: Paul Burton <paul.burton@imgtec.com>
Reviewed-by: Qais Yousef <qais.yousef@imgtec.com>
Acked-by: John Crispin <blogic@openwrt.org>
Patchwork: http://patchwork.linux-mips.org/patch/6148/
arch/mips/kernel/process.c