Merge tag 'wireless-drivers-for-davem-2015-10-17' of git://git.kernel.org/pub/scm...
[linux-drm-fsl-dcu.git] / mm / page_ext.c
index d86fd2f5353fcb05d39c27887f64b81e148a2bc6..292ca7b8debd2c27c87d056e1ea4872d3094c756 100644 (file)
@@ -6,6 +6,7 @@
 #include <linux/vmalloc.h>
 #include <linux/kmemleak.h>
 #include <linux/page_owner.h>
+#include <linux/page_idle.h>
 
 /*
  * struct page extension
@@ -59,6 +60,9 @@ static struct page_ext_operations *page_ext_ops[] = {
 #ifdef CONFIG_PAGE_OWNER
        &page_owner_ops,
 #endif
+#if defined(CONFIG_IDLE_PAGE_TRACKING) && !defined(CONFIG_64BIT)
+       &page_idle_ops,
+#endif
 };
 
 static unsigned long total_usage;