]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - mm/debug.c
mm, thp: remove compound_lock()
[mirror_ubuntu-artful-kernel.git] / mm / debug.c
index 5d2072ed8d5e7c925877b0759163035a9a2a0fe0..03c9a13f9f6a264655b3a46371529de25021d3b2 100644 (file)
@@ -40,9 +40,6 @@ static const struct trace_print_flags pageflag_names[] = {
 #ifdef CONFIG_MEMORY_FAILURE
        {1UL << PG_hwpoison,            "hwpoison"      },
 #endif
-#ifdef CONFIG_TRANSPARENT_HUGEPAGE
-       {1UL << PG_compound_lock,       "compound_lock" },
-#endif
 #if defined(CONFIG_IDLE_PAGE_TRACKING) && defined(CONFIG_64BIT)
        {1UL << PG_young,               "young"         },
        {1UL << PG_idle,                "idle"          },