exec shield for uml, fedora forgot to merge this
authorMark Huang <mlhuang@cs.princeton.edu>
Fri, 4 Mar 2005 02:06:48 +0000 (02:06 +0000)
committerMark Huang <mlhuang@cs.princeton.edu>
Fri, 4 Mar 2005 02:06:48 +0000 (02:06 +0000)
include/asm-um/pgalloc.h

index 73973ae..e56bed3 100644 (file)
@@ -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
 
 /*