Re: [PATCH] mm/mapping_dirty_helpers: Guard hugepage pud's usage

2021-04-09 Thread Intel
On 4/8/21 9:15 PM, Zack Rusin wrote: Lets make sure we don't use pud hugepage helpers on architectures which do not support it. This fixes the code on arm64. nits: Perhaps be a little more specific about what it fixes? I figure it's a compilation failure? Also please use imperative form: "Fi

[PATCH] mm/mapping_dirty_helpers: Guard hugepage pud's usage

2021-04-08 Thread Zack Rusin
Lets make sure we don't use pud hugepage helpers on architectures which do not support it. This fixes the code on arm64. Signed-off-by: Zack Rusin Cc: Andrew Morton Cc: Thomas Hellström (Intel) Cc: linux...@kvack.org Cc: linux-kernel@vger.kernel.org --- mm/mapping_dirty_helpers.c | 2 ++ 1 fil