aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Simek <monstr@monstr.eu>2012-07-31 06:03:20 -0400
committerMichal Simek <monstr@monstr.eu>2012-10-04 08:52:55 -0400
commitc7e9a211e22782af5857d265a83abf55619f19ea (patch)
treea63f7063a8c32fbed95e937921983830c14578c0
parent1f26076084678d0edecc07aad7671d8140f97b91 (diff)
microblaze: Remove PAGE properties duplication
HWEXEC and HWWRITE is define above. Remove them. Signed-off-by: Michal Simek <monstr@monstr.eu>
-rw-r--r--arch/microblaze/include/asm/pgtable.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/microblaze/include/asm/pgtable.h b/arch/microblaze/include/asm/pgtable.h
index 3ef7b9cafeca..a7311cd9dee0 100644
--- 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; }
234#ifndef _PAGE_SHARED 234#ifndef _PAGE_SHARED
235#define _PAGE_SHARED 0 235#define _PAGE_SHARED 0
236#endif 236#endif
237#ifndef _PAGE_HWWRITE
238#define _PAGE_HWWRITE 0
239#endif
240#ifndef _PAGE_HWEXEC
241#define _PAGE_HWEXEC 0
242#endif
243#ifndef _PAGE_EXEC 237#ifndef _PAGE_EXEC
244#define _PAGE_EXEC 0 238#define _PAGE_EXEC 0
245#endif 239#endif