powerpc/mm/book3s64/4k: Switch 4k pagesize config to use pagetable fragment
[linux-2.6-block.git] / arch / powerpc / include / asm / book3s / 64 / mmu.h
index 5094696eecd6d4a010b08f5a4ff2bfb0d76eee02..fde7803a2261cd043d96a1f7af2e09850f8fb65a 100644 (file)
@@ -134,10 +134,10 @@ typedef struct {
 #ifdef CONFIG_PPC_SUBPAGE_PROT
        struct subpage_prot_table spt;
 #endif /* CONFIG_PPC_SUBPAGE_PROT */
-#ifdef CONFIG_PPC_64K_PAGES
-       /* for 4K PTE fragment support */
+       /*
+        * pagetable fragment support
+        */
        void *pte_frag;
-#endif
 #ifdef CONFIG_SPAPR_TCE_IOMMU
        struct list_head iommu_group_mem_list;
 #endif