|
@@ -374,6 +374,9 @@ static inline pte_t *pmd_page_vaddr(pmd_t pmd)
|
|
|
|
|
|
#define pmd_page(pmd) pfn_to_page(__phys_to_pfn(pmd_val(pmd)))
|
|
#define pmd_page(pmd) pfn_to_page(__phys_to_pfn(pmd_val(pmd)))
|
|
|
|
|
|
|
|
+/* we don't need complex calculations here as the pmd is folded into the pgd */
|
|
|
|
+#define pmd_addr_end(addr,end) (end)
|
|
|
|
+
|
|
/*
|
|
/*
|
|
* Conversion functions: convert a page and protection to a page entry,
|
|
* Conversion functions: convert a page and protection to a page entry,
|
|
* and a page entry and page directory to the page they refer to.
|
|
* and a page entry and page directory to the page they refer to.
|