aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/asm-sh/pgtable_32.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/asm-sh/pgtable_32.h b/include/asm-sh/pgtable_32.h
index 7efc95404c64..3e3557c53c55 100644
--- a/include/asm-sh/pgtable_32.h
+++ b/include/asm-sh/pgtable_32.h
@@ -22,8 +22,9 @@
22 * - Bits 10 and 11 are low bits of the PPN that are reserved on >= 4K pages. 22 * - Bits 10 and 11 are low bits of the PPN that are reserved on >= 4K pages.
23 * Bit 10 is used for _PAGE_ACCESSED, bit 11 remains unused. 23 * Bit 10 is used for _PAGE_ACCESSED, bit 11 remains unused.
24 * 24 *
25 * - Bits 31, 30, and 29 remain unused by everyone and can be used for future 25 * - On 29 bit platforms, bits 31 to 29 are used for the space attributes
26 * software flags, although care must be taken to update _PAGE_CLEAR_FLAGS. 26 * and timing control which (together with bit 0) are moved into the
27 * old-style PTEA on the parts that support it.
27 * 28 *
28 * XXX: Leave the _PAGE_FILE and _PAGE_WT overhaul for a rainy day. 29 * XXX: Leave the _PAGE_FILE and _PAGE_WT overhaul for a rainy day.
29 * 30 *