s390/pgtable: define PFN_PTE_SHIFT
[linux-2.6-microblaze.git] / arch / s390 / include / asm / pgtable.h
index 1299b56..4b91e65 100644 (file)
@@ -1316,6 +1316,8 @@ pgprot_t pgprot_writecombine(pgprot_t prot);
 #define pgprot_writethrough    pgprot_writethrough
 pgprot_t pgprot_writethrough(pgprot_t prot);
 
+#define PFN_PTE_SHIFT          PAGE_SHIFT
+
 /*
  * Set multiple PTEs to consecutive pages with a single call.  All PTEs
  * are within the same folio, PMD and VMA.