mm: kmemleak: use the memory pool for early allocations
[linux-2.6-block.git] / mm / page_ext.c
index d8f1aca4ad43696aa8f368c335a04c69918b77ef..5f5769c7db3b2f87b78ebc0b07425edecc7d0846 100644 (file)
@@ -59,9 +59,6 @@
  */
 
 static struct page_ext_operations *page_ext_ops[] = {
-#ifdef CONFIG_DEBUG_PAGEALLOC
-       &debug_guardpage_ops,
-#endif
 #ifdef CONFIG_PAGE_OWNER
        &page_owner_ops,
 #endif