patch-2.4.0-test11 linux/include/asm-arm/pgtable.h
Next file: linux/include/asm-arm/xor.h
Previous file: linux/include/asm-arm/module.h
Back to the patch index
Back to the overall index
- Lines: 10
- Date:
Tue Nov 7 10:46:04 2000
- Orig file:
v2.4.0-test10/linux/include/asm-arm/pgtable.h
- Orig date:
Tue Oct 31 12:42:27 2000
diff -u --recursive --new-file v2.4.0-test10/linux/include/asm-arm/pgtable.h linux/include/asm-arm/pgtable.h
@@ -176,9 +176,6 @@
#define pte_to_swp_entry(pte) ((swp_entry_t) { pte_val(pte) })
#define swp_entry_to_pte(swp) ((pte_t) { (swp).val })
-#define module_map vmalloc
-#define module_unmap vfree
-
/* Needs to be defined here and not in linux/mm.h, as it is arch dependent */
/* FIXME: this is not correct */
#define kern_addr_valid(addr) (1)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)