]> Git Repo - linux.git/commitdiff
tools/vm/page-types.c: support KPF_IDLE
authorNaoya Horiguchi <[email protected]>
Fri, 20 Nov 2015 23:56:59 +0000 (15:56 -0800)
committerLinus Torvalds <[email protected]>
Sat, 21 Nov 2015 00:17:32 +0000 (16:17 -0800)
PageIdle is exported in include/uapi/linux/kernel-page-flags.h, so let's
make page-types.c tool handle it.

Signed-off-by: Naoya Horiguchi <[email protected]>
Reviewed-by: Vladimir Davydov <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
tools/vm/page-types.c

index bcf5ec760eb9287f5a0b5f99e95518eaed78f6a0..5a6016224bb9c9c4bbe5f7b28c37738f0edec5a3 100644 (file)
@@ -128,6 +128,7 @@ static const char * const page_flag_names[] = {
        [KPF_THP]               = "t:thp",
        [KPF_BALLOON]           = "o:balloon",
        [KPF_ZERO_PAGE]         = "z:zero_page",
+       [KPF_IDLE]              = "i:idle_page",
 
        [KPF_RESERVED]          = "r:reserved",
        [KPF_MLOCKED]           = "m:mlocked",
This page took 0.05162 seconds and 4 git commands to generate.