Re: [PATCH trivial] ppc64/mm: remove comment that is no longer valid

2020-07-24 Thread Michael Ellerman
On Tue, 21 Jul 2020 14:49:15 +0530, Santosh Sivaraj wrote: > hash_low_64.S was removed in [1] and since flush_hash_page is not called > from any assembly routine. > > [1]: commit a43c0eb8364c0 ("powerpc/mm: Convert 4k insert from asm to C") Applied to powerpc/next. [1/1] powerpc/mm/hash64:

[PATCH trivial] ppc64/mm: remove comment that is no longer valid

2020-07-21 Thread Santosh Sivaraj
hash_low_64.S was removed in [1] and since flush_hash_page is not called from any assembly routine. [1]: commit a43c0eb8364c0 ("powerpc/mm: Convert 4k insert from asm to C") Signed-off-by: Santosh Sivaraj --- arch/powerpc/mm/book3s64/hash_utils.c | 4 1 file changed, 4 deletions(-) diff