From: Andrew Morton Date: Mon, 23 Aug 2021 23:59:46 +0000 (+1000) Subject: mm-idle_page_tracking-make-pg_idle-reusable-fix-fix X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=4c1f13fd41112e00ff3b17d1cd72c3dcd68f9f62;p=users%2Fjedix%2Flinux-maple.git mm-idle_page_tracking-make-pg_idle-reusable-fix-fix tweak Kconfig text Cc: SeongJae Park Signed-off-by: Andrew Morton Signed-off-by: Stephen Rothwell --- diff --git a/mm/Kconfig b/mm/Kconfig index 50ca602edeb6..8d3a005edea5 100644 --- a/mm/Kconfig +++ b/mm/Kconfig @@ -743,9 +743,9 @@ config PAGE_IDLE_FLAG bool "Add PG_idle and PG_young flags" select PAGE_EXTENSION if !64BIT help - This feature adds PG_idle and PG_young flags in 'struct page'. PTE - Accessed bit writers can set the state of the bit in the flags to let - other PTE Accessed bit readers don't disturbed. + This adds PG_idle and PG_young flags to 'struct page'. PTE Accessed + bit writers can set the state of the bit in the flags so that PTE + Accessed bit readers may avoid disturbance. config IDLE_PAGE_TRACKING bool "Enable idle page tracking"