]> git.karo-electronics.de Git - karo-tx-linux.git/commit
MIPS: MSP71xx: Use __flush_cache_all instead of flush_cache_all.
authorRalf Baechle <ralf@linux-mips.org>
Wed, 27 Jan 2016 17:16:15 +0000 (18:16 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Mon, 7 Mar 2016 10:49:54 +0000 (11:49 +0100)
commit22db01a738517ea885daee7d737c696cf1a7c7c0
tree8628e90f6739351de88759aa942e9dfd845da34c
parent877335b804578053bac3d9f79f5bc7d5d32fbabf
MIPS: MSP71xx: Use __flush_cache_all instead of flush_cache_all.

Flushing caches is probably sensible on reset but flush_cache_all has been
a no-op for a very long time.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/pmcs-msp71xx/msp_setup.c