projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f26076
)
microblaze: Remove PAGE properties duplication
author
Michal Simek
<monstr@monstr.eu>
Tue, 31 Jul 2012 10:03:20 +0000
(12:03 +0200)
committer
Michal Simek
<monstr@monstr.eu>
Thu, 4 Oct 2012 12:52:55 +0000
(14:52 +0200)
HWEXEC and HWWRITE is define above. Remove them.
Signed-off-by: Michal Simek <monstr@monstr.eu>
arch/microblaze/include/asm/pgtable.h
patch
|
blob
|
history
diff --git
a/arch/microblaze/include/asm/pgtable.h
b/arch/microblaze/include/asm/pgtable.h
index 3ef7b9cafecaacea1722bf00dc680290bc97d427..a7311cd9dee0e34841d215f505ca151c2864204c 100644
(file)
--- a/
arch/microblaze/include/asm/pgtable.h
+++ b/
arch/microblaze/include/asm/pgtable.h
@@
-234,12
+234,6
@@
static inline pte_t pte_mkspecial(pte_t pte) { return pte; }
#ifndef _PAGE_SHARED
#define _PAGE_SHARED 0
#endif
-#ifndef _PAGE_HWWRITE
-#define _PAGE_HWWRITE 0
-#endif
-#ifndef _PAGE_HWEXEC
-#define _PAGE_HWEXEC 0
-#endif
#ifndef _PAGE_EXEC
#define _PAGE_EXEC 0
#endif