Re: [PATCH 3/6] powerpc: Convert flush_icache_range & friends to C
From: Christophe Leroy <hidden>
Date: 2019-08-16 15:57:31
Also in:
lkml
From: Christophe Leroy <hidden>
Date: 2019-08-16 15:57:31
Also in:
lkml
Le 15/08/2019 à 09:29, christophe leroy a écrit :
Le 15/08/2019 à 06:10, Alastair D'Silva a écrit :quoted
From: Alastair D'Silva <redacted> Similar to commit 22e9c88d486a ("powerpc/64: reuse PPC32 static inline flush_dcache_range()") this patch converts flush_icache_range() to C, and reimplements the following functions as wrappers around it: __flush_dcache_icache __flush_dcache_icache_physNot sure you can do that for __flush_dcache_icache_phys(), see detailed comments below
I just sent you an RFC patch that could be the way to convert __flush_dcache_icache_phys() to C. Feel free to modify it as wished and include it in your series. Christophe