|
@@ -355,7 +355,6 @@ static inline int pmd_large(pmd_t pte) {
|
|
|
|
|
|
/* page, protection -> pte */
|
|
|
#define mk_pte(page, pgprot) pfn_pte(page_to_pfn(page), (pgprot))
|
|
|
-#define mk_pte_huge(entry) (pte_val(entry) |= _PAGE_PRESENT | _PAGE_PSE)
|
|
|
|
|
|
/* Change flags of a PTE */
|
|
|
static inline pte_t pte_modify(pte_t pte, pgprot_t newprot)
|