]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
mm-idle_page_tracking-make-pg_idle-reusable-fix-fix
authorAndrew Morton <akpm@linux-foundation.org>
Mon, 23 Aug 2021 23:59:46 +0000 (09:59 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 25 Aug 2021 23:34:31 +0000 (09:34 +1000)
tweak Kconfig text

Cc: SeongJae Park <sjpark@amazon.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
mm/Kconfig

index 50ca602edeb61c76abe07e4c6c589f3fc24191f1..8d3a005edea5d0b3578576fcf06f1a7db180798d 100644 (file)
@@ -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"