diff options
-rw-r--r-- | mm/page_alloc.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mm/page_alloc.c b/mm/page_alloc.c index 72869ea5c513..5712898c951b 100644 --- a/mm/page_alloc.c +++ b/mm/page_alloc.c | |||
@@ -5985,6 +5985,8 @@ static void dump_page_flags(unsigned long flags) | |||
5985 | unsigned long mask; | 5985 | unsigned long mask; |
5986 | int i; | 5986 | int i; |
5987 | 5987 | ||
5988 | BUILD_BUG_ON(ARRAY_SIZE(pageflag_names) - 1 != __NR_PAGEFLAGS); | ||
5989 | |||
5988 | printk(KERN_ALERT "page flags: %#lx(", flags); | 5990 | printk(KERN_ALERT "page flags: %#lx(", flags); |
5989 | 5991 | ||
5990 | /* remove zone id */ | 5992 | /* remove zone id */ |