diff options
Diffstat (limited to 'mm/page_ext.c')
-rw-r--r-- | mm/page_ext.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mm/page_ext.c b/mm/page_ext.c index 514a3bccd63f..c2cd7b15f0de 100644 --- a/mm/page_ext.c +++ b/mm/page_ext.c | |||
@@ -51,6 +51,10 @@ | |||
51 | */ | 51 | */ |
52 | 52 | ||
53 | static struct page_ext_operations *page_ext_ops[] = { | 53 | static struct page_ext_operations *page_ext_ops[] = { |
54 | &debug_guardpage_ops, | ||
55 | #ifdef CONFIG_PAGE_POISONING | ||
56 | &page_poisoning_ops, | ||
57 | #endif | ||
54 | }; | 58 | }; |
55 | 59 | ||
56 | static unsigned long total_usage; | 60 | static unsigned long total_usage; |