microblaze: Remove PAGE properties duplication
authorMichal Simek <monstr@monstr.eu>
Tue, 31 Jul 2012 10:03:20 +0000 (12:03 +0200)
committerMichal 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

index 3ef7b9cafecaacea1722bf00dc680290bc97d427..a7311cd9dee0e34841d215f505ca151c2864204c 100644 (file)
@@ -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