mm: consolidate pgtable_cache_init() and pgd_cache_init()
[sfrench/cifs-2.6.git] / arch / arm / include / asm / pgtable-nommu.h
index d0de24f0672443c06efce96477157333c9186060..010fa1a35a6836293f6ae0136251d9b41dcd38c9 100644 (file)
@@ -70,11 +70,6 @@ typedef pte_t *pte_addr_t;
  */
 extern unsigned int kobjsize(const void *objp);
 
-/*
- * No page table caches to initialise.
- */
-#define pgtable_cache_init()   do { } while (0)
-
 /*
  * All 32bit addresses are effectively valid for vmalloc...
  * Sort of meaningless for non-VM targets.