Re: powerpc/include/asm: Remove unused 64bit cacheflush function

2018-03-20 Thread Michael Ellerman
On Thu, 2017-07-20 at 06:25:14 UTC, Matt Brown wrote: > The flush_dcache_phys_range function is no longer used in the kernel. > This patch removes and cleans up the function. > > Signed-off-by: Matt Brown Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/31513207ce72fef5978e8b28

Re: powerpc/include/asm: Remove unused 64bit cacheflush function

2018-03-19 Thread Michael Ellerman
On Thu, 2017-07-20 at 06:25:14 UTC, Matt Brown wrote: > The flush_dcache_phys_range function is no longer used in the kernel. > This patch removes and cleans up the function. > > Signed-off-by: Matt Brown Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/1d82fc5c54ef7956f5c01bbc

Re: [PATCH] powerpc/include/asm: Remove unused 64bit cacheflush function

2017-08-08 Thread Andrew Donnellan
On 20/07/17 16:25, Matt Brown wrote: The flush_dcache_phys_range function is no longer used in the kernel. This patch removes and cleans up the function. Signed-off-by: Matt Brown That does indeed look unused. Reviewed-by: Andrew Donnellan -- Andrew Donnellan OzLabs, ADL Canbe

[PATCH] powerpc/include/asm: Remove unused 64bit cacheflush function

2017-07-19 Thread Matt Brown
The flush_dcache_phys_range function is no longer used in the kernel. This patch removes and cleans up the function. Signed-off-by: Matt Brown --- arch/powerpc/include/asm/cacheflush.h | 1 - arch/powerpc/kernel/misc_64.S | 38 --- 2 files changed, 39 del