|
@@ -1,17 +1,6 @@
|
|
|
/* SPDX-License-Identifier: GPL-2.0 */
|
|
|
/* Included from asm/pgtable-*.h only ! */
|
|
|
|
|
|
-/*
|
|
|
- * Some bits are only used on some cpu families... Make sure that all
|
|
|
- * the undefined gets a sensible default
|
|
|
- */
|
|
|
-#ifndef _PAGE_COHERENT
|
|
|
-#define _PAGE_COHERENT 0
|
|
|
-#endif
|
|
|
-#ifndef _PAGE_WRITETHRU
|
|
|
-#define _PAGE_WRITETHRU 0
|
|
|
-#endif
|
|
|
-
|
|
|
/* Location of the PFN in the PTE. Most 32-bit platforms use the same
|
|
|
* as _PAGE_SHIFT here (ie, naturally aligned).
|
|
|
* Platform who don't just pre-define the value so we don't override it here
|