Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c7e9a211 authored by Michal Simek's avatar Michal Simek
Browse files

microblaze: Remove PAGE properties duplication



HWEXEC and HWWRITE is define above. Remove them.

Signed-off-by: default avatarMichal Simek <monstr@monstr.eu>
parent 1f260760
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -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