|
@@ -367,6 +367,9 @@ extern int nx_enabled;
|
|
#define pgprot_writecombine pgprot_writecombine
|
|
#define pgprot_writecombine pgprot_writecombine
|
|
extern pgprot_t pgprot_writecombine(pgprot_t prot);
|
|
extern pgprot_t pgprot_writecombine(pgprot_t prot);
|
|
|
|
|
|
|
|
+#define pgprot_writethrough pgprot_writethrough
|
|
|
|
+extern pgprot_t pgprot_writethrough(pgprot_t prot);
|
|
|
|
+
|
|
/* Indicate that x86 has its own track and untrack pfn vma functions */
|
|
/* Indicate that x86 has its own track and untrack pfn vma functions */
|
|
#define __HAVE_PFNMAP_TRACKING
|
|
#define __HAVE_PFNMAP_TRACKING
|
|
|
|
|