aboutsummaryrefslogtreecommitdiffstats
path: root/mm/page_ext.c
diff options
context:
space:
mode:
Diffstat (limited to 'mm/page_ext.c')
-rw-r--r--mm/page_ext.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/mm/page_ext.c b/mm/page_ext.c
index c2cd7b15f0de..d86fd2f5353f 100644
--- a/mm/page_ext.c
+++ b/mm/page_ext.c
@@ -5,6 +5,7 @@
5#include <linux/memory.h> 5#include <linux/memory.h>
6#include <linux/vmalloc.h> 6#include <linux/vmalloc.h>
7#include <linux/kmemleak.h> 7#include <linux/kmemleak.h>
8#include <linux/page_owner.h>
8 9
9/* 10/*
10 * struct page extension 11 * struct page extension
@@ -55,6 +56,9 @@ static struct page_ext_operations *page_ext_ops[] = {
55#ifdef CONFIG_PAGE_POISONING 56#ifdef CONFIG_PAGE_POISONING
56 &page_poisoning_ops, 57 &page_poisoning_ops,
57#endif 58#endif
59#ifdef CONFIG_PAGE_OWNER
60 &page_owner_ops,
61#endif
58}; 62};
59 63
60static unsigned long total_usage; 64static unsigned long total_usage;