|
@@ -129,6 +129,10 @@ static inline void ptep_set_wrprotect(struct mm_struct *mm, unsigned long addres
|
|
|
#define move_pte(pte, prot, old_addr, new_addr) (pte)
|
|
|
#endif
|
|
|
|
|
|
+#ifndef pgprot_writecombine
|
|
|
+#define pgprot_writecombine pgprot_noncached
|
|
|
+#endif
|
|
|
+
|
|
|
/*
|
|
|
* When walking page tables, get the address of the next boundary,
|
|
|
* or the end address of the range if that comes earlier. Although no
|