Re: [PATCH] powerpc/mm: Code cleanup for __hash_page_thp

2024-02-29 Thread Kunwu Chan
Thanks all for the reply. On 2024/2/29 14:18, Michael Ellerman wrote: Aneesh Kumar K.V writes: Michael Ellerman writes: Kunwu Chan writes: On 2024/2/26 18:49, Michael Ellerman wrote: Kunwu Chan writes: This part was commented from commit 6d492ecc6489 ("powerpc/THP: Add code to handle HPT

Re: [PATCH] powerpc/mm: Code cleanup for __hash_page_thp

2024-02-28 Thread Michael Ellerman
Aneesh Kumar K.V writes: > Michael Ellerman writes: >> Kunwu Chan writes: >>> On 2024/2/26 18:49, Michael Ellerman wrote: Kunwu Chan writes: > This part was commented from commit 6d492ecc6489 > ("powerpc/THP: Add code to handle HPTE faults for hugepages") > in about 11 years be

Re: [PATCH] powerpc/mm: Code cleanup for __hash_page_thp

2024-02-28 Thread Aneesh Kumar K . V
Michael Ellerman writes: > Kunwu Chan writes: >> Thanks for the reply. >> >> On 2024/2/26 18:49, Michael Ellerman wrote: >>> Kunwu Chan writes: This part was commented from commit 6d492ecc6489 ("powerpc/THP: Add code to handle HPTE faults for hugepages") in about 11 years before.

Re: [PATCH] powerpc/mm: Code cleanup for __hash_page_thp

2024-02-27 Thread Kunwu Chan
Thanks for the reply. On 2024/2/27 14:07, Michael Ellerman wrote: Kunwu Chan writes: Thanks for the reply. On 2024/2/26 18:49, Michael Ellerman wrote: Kunwu Chan writes: This part was commented from commit 6d492ecc6489 ("powerpc/THP: Add code to handle HPTE faults for hugepages") in about 1

Re: [PATCH] powerpc/mm: Code cleanup for __hash_page_thp

2024-02-26 Thread Michael Ellerman
Kunwu Chan writes: > Thanks for the reply. > > On 2024/2/26 18:49, Michael Ellerman wrote: >> Kunwu Chan writes: >>> This part was commented from commit 6d492ecc6489 >>> ("powerpc/THP: Add code to handle HPTE faults for hugepages") >>> in about 11 years before. >>> >>> If there are no plans to en

Re: [PATCH] powerpc/mm: Code cleanup for __hash_page_thp

2024-02-26 Thread Kunwu Chan
Thanks for the reply. On 2024/2/26 18:49, Michael Ellerman wrote: Kunwu Chan writes: This part was commented from commit 6d492ecc6489 ("powerpc/THP: Add code to handle HPTE faults for hugepages") in about 11 years before. If there are no plans to enable this part code in the future, we can re

Re: [PATCH] powerpc/mm: Code cleanup for __hash_page_thp

2024-02-26 Thread Michael Ellerman
Kunwu Chan writes: > This part was commented from commit 6d492ecc6489 > ("powerpc/THP: Add code to handle HPTE faults for hugepages") > in about 11 years before. > > If there are no plans to enable this part code in the future, > we can remove this dead code. I agree the code can go. But I'd like