]> 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, 1 Feb 2016 10:53:29 +0000 (11:53 +0100)
commitdcfc1b2f0bfbd7d70a6c77f0aa7cd80367c4fb3c
treeca713cb3450eba157a2f26e45168484a724aec8e
parent9e1eb15da369fefe57528a977cb419a5868a4611
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