From: SeongJae Park Date: Mon, 23 Aug 2021 23:59:47 +0000 (+1000) Subject: mm/damon/Kconfig: Remove unnecessary PAGE_EXTENSION setup X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=9bcc195536deaf4c038ae78186a474578d57a9ec;p=users%2Fjedix%2Flinux-maple.git mm/damon/Kconfig: Remove unnecessary PAGE_EXTENSION setup Commit 13d49dbd0123 ("mm/damon: implement primitives for the virtual memory address spaces") of linux-mm[1] makes DAMON_VADDR to set PAGE_IDLE_FLAG. PAGE_IDLE_FLAG sets PAGE_EXTENSION if !64BIT. However, DAMON_VADDR do the same work again. This commit removes the unnecessary duplicate. [1] https://github.com/hnaz/linux-mm/commit/13d49dbd0123 Link: https://lkml.kernel.org/r/20210806095153.6444-2-sj38.park@gmail.com Fixes: 13d49dbd0123 ("mm/damon: implement primitives for the virtual memory address spaces") Signed-off-by: SeongJae Park Reported-by: Randy Dunlap Acked-by: Randy Dunlap Cc: Stephen Rothwell Signed-off-by: Andrew Morton Signed-off-by: Stephen Rothwell --- diff --git a/mm/damon/Kconfig b/mm/damon/Kconfig index 8ae080c52950..5cbb5db54158 100644 --- a/mm/damon/Kconfig +++ b/mm/damon/Kconfig @@ -15,7 +15,6 @@ config DAMON config DAMON_VADDR bool "Data access monitoring primitives for virtual address spaces" depends on DAMON && MMU - select PAGE_EXTENSION if !64BIT select PAGE_IDLE_FLAG help This builds the default data access monitoring primitives for DAMON