generic debug pagealloc
[deliverable/linux.git] / include / linux / mm_types.h
index d84feb7bdbf00b8fa054364c7fa2d80d2a20b2a6..ddadb4defe002956e2d7df352d6f03632c8c6f86 100644 (file)
@@ -11,6 +11,7 @@
 #include <linux/rwsem.h>
 #include <linux/completion.h>
 #include <linux/cpumask.h>
+#include <linux/page-debug-flags.h>
 #include <asm/page.h>
 #include <asm/mmu.h>
 
@@ -174,6 +175,9 @@ struct vm_area_struct {
 #ifdef CONFIG_NUMA
        struct mempolicy *vm_policy;    /* NUMA policy for the VMA */
 #endif
+#ifdef CONFIG_WANT_PAGE_DEBUG_FLAGS
+       unsigned long debug_flags;      /* Use atomic bitops on this */
+#endif
 };
 
 struct core_thread {
This page took 0.027801 seconds and 5 git commands to generate.