powerpc32: small optimisation in flush_icache_range()
authorChristophe Leroy <christophe.leroy@c-s.fr>
Tue, 9 Feb 2016 16:08:31 +0000 (17:08 +0100)
committerScott Wood <oss@buserror.net>
Fri, 11 Mar 2016 23:20:12 +0000 (17:20 -0600)
commit716fa91d19fb122a1392b362e85929e8385b1fd2
treef01d18bd63dbe57393fea1983bbfaad04404e260
parent8478d7f091138be32154c8fc28c52978e342cc6f
powerpc32: small optimisation in flush_icache_range()

Inlining of _dcache_range() functions has shown that the compiler
does the same thing a bit better with one insn less

Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: Scott Wood <oss@buserror.net>
arch/powerpc/kernel/misc_32.S