patch-2.4.0-test11 linux/include/asm-sh/pgtable.h

Next file: linux/include/asm-sh/xor.h
Previous file: linux/include/asm-sh/module.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test10/linux/include/asm-sh/pgtable.h linux/include/asm-sh/pgtable.h
@@ -254,9 +254,6 @@
 #define pte_to_swp_entry(pte)	((swp_entry_t) { pte_val(pte) })
 #define swp_entry_to_pte(x)	((pte_t) { (x).val })
 
-#define module_map      vmalloc
-#define module_unmap    vfree
-
 #include <asm-generic/pgtable.h>
 
 #endif /* !__ASSEMBLY__ */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)