]> git.baikalelectronics.ru Git - kernel.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>
Fri, 13 May 2016 12:01:38 +0000 (14:01 +0200)
commite9a49063b7157b99937b2a85abdec2d814402447
treec05b6a3ed94a1be46c11e64407467f5f3d90646d
parent51187c0f9f5dcde189d284bc863e3dddf42e2ff8
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