commit | affe587bacf48e328fb8d4c5ef9007b9c555b128 | [log] [tgz] |
---|---|---|
author | Christophe Leroy <christophe.leroy@c-s.fr> | Tue Feb 09 17:08:27 2016 +0100 |
committer | Scott Wood <oss@buserror.net> | Fri Mar 11 17:20:12 2016 -0600 |
tree | a3d94f955c7ffdaa58310cb95daa28c63ac576cd | |
parent | 5736f96d12dd4204d3aac43bf7b512ab434b904f [diff] |
powerpc32: move xxxxx_dcache_range() functions inline flush/clean/invalidate _dcache_range() functions are all very similar and are quite short. They are mainly used in __dma_sync() perf_event locate them in the top 3 consumming functions during heavy ethernet activity They are good candidate for inlining, as __dma_sync() does almost nothing but calling them Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr> Signed-off-by: Scott Wood <oss@buserror.net>