From 5c75214f3f7535717360f7d9010f39454f5f8942 Mon Sep 17 00:00:00 2001 From: Mark Huang Date: Fri, 4 Mar 2005 02:06:48 +0000 Subject: [PATCH] exec shield for uml, fedora forgot to merge this --- include/asm-um/pgalloc.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/asm-um/pgalloc.h b/include/asm-um/pgalloc.h index 73973aeaf..e56bed37c 100644 --- a/include/asm-um/pgalloc.h +++ b/include/asm-um/pgalloc.h @@ -49,6 +49,10 @@ static inline void pte_free(struct page *pte) #define check_pgt_cache() do { } while (0) +#define arch_add_exec_range(mm, limit) do { ; } while (0) +#define arch_flush_exec_range(mm) do { ; } while (0) +#define arch_remove_exec_range(mm, limit) do { ; } while (0) + #endif /* -- 2.47.0