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>
Fri, 13 May 2016 12:01:38 +0000 (14:01 +0200)
commit7c8196fd43e41e7b699d2f7a54bafd10dd2f65bb
treec05b6a3ed94a1be46c11e64407467f5f3d90646d
parent9329c154e4a8a253347829c1d8cc416061cc055a
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