]> err.no Git - linux-2.6/blobdiff - include/asm-i386/pgtable.h
[PATCH] x86: Some preparationary cleanup for stack trace
[linux-2.6] / include / asm-i386 / pgtable.h
index 09697fec3d2b33a29ab990abe03505625a85400d..64140f2f1b958d24c340e8fc099ff24985863ae9 100644 (file)
@@ -391,8 +391,6 @@ extern pte_t *lookup_address(unsigned long address);
  static inline int set_kernel_exec(unsigned long vaddr, int enable) { return 0;}
 #endif
 
-extern void noexec_setup(const char *str);
-
 #if defined(CONFIG_HIGHPTE)
 #define pte_offset_map(dir, address) \
        ((pte_t *)kmap_atomic(pmd_page(*(dir)),KM_PTE0) + pte_index(address))