.. | .. |
---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
---|
1 | 2 | /* |
---|
2 | 3 | * arch/arm/include/asm/map.h |
---|
3 | 4 | * |
---|
4 | 5 | * Copyright (C) 1999-2000 Russell King |
---|
5 | | - * |
---|
6 | | - * This program is free software; you can redistribute it and/or modify |
---|
7 | | - * it under the terms of the GNU General Public License version 2 as |
---|
8 | | - * published by the Free Software Foundation. |
---|
9 | 6 | * |
---|
10 | 7 | * Page table mapping constructs and function prototypes |
---|
11 | 8 | */ |
---|
.. | .. |
---|
30 | 27 | MT_HIGH_VECTORS, |
---|
31 | 28 | MT_MEMORY_RWX, |
---|
32 | 29 | MT_MEMORY_RW, |
---|
| 30 | + MT_MEMORY_RO, |
---|
33 | 31 | MT_ROM, |
---|
34 | 32 | MT_MEMORY_RWX_NONCACHED, |
---|
35 | 33 | MT_MEMORY_RW_DTCM, |
---|