projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dc45707
)
ARM: 7416/1: LPAE: Remove unused L_PTE_(BUFFERABLE|CACHEABLE) macros
author
Catalin Marinas
<
[email protected]
>
Fri, 11 May 2012 10:37:20 +0000
(11:37 +0100)
committer
Russell King
<
[email protected]
>
Sat, 12 May 2012 13:38:21 +0000
(14:38 +0100)
These have already been removed from the classic MMU in favour of
L_PTE_MT_* macros.
Signed-off-by: Catalin Marinas <
[email protected]
>
Signed-off-by: Russell King <
[email protected]
>
arch/arm/include/asm/pgtable-3level.h
patch
|
blob
|
history
diff --git
a/arch/arm/include/asm/pgtable-3level.h
b/arch/arm/include/asm/pgtable-3level.h
index 759af70f9a0a177f4dca5fa5ebde02fbfdbe86bc..b24903549d1c17a517b378e62d2d85a523c29bb8 100644
(file)
--- a/
arch/arm/include/asm/pgtable-3level.h
+++ b/
arch/arm/include/asm/pgtable-3level.h
@@
-69,8
+69,6
@@
*/
#define L_PTE_PRESENT (_AT(pteval_t, 3) << 0) /* Valid */
#define L_PTE_FILE (_AT(pteval_t, 1) << 2) /* only when !PRESENT */
-#define L_PTE_BUFFERABLE (_AT(pteval_t, 1) << 2) /* AttrIndx[0] */
-#define L_PTE_CACHEABLE (_AT(pteval_t, 1) << 3) /* AttrIndx[1] */
#define L_PTE_USER (_AT(pteval_t, 1) << 6) /* AP[1] */
#define L_PTE_RDONLY (_AT(pteval_t, 1) << 7) /* AP[2] */
#define L_PTE_SHARED (_AT(pteval_t, 3) << 8) /* SH[1:0], inner shareable */