patch-2.4.2 linux/include/asm-cris/module.h

Next file: linux/include/asm-cris/msgbuf.h
Previous file: linux/include/asm-cris/mmu_context.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.1/linux/include/asm-cris/module.h linux/include/asm-cris/module.h
@@ -0,0 +1,11 @@
+#ifndef _ASM_CRIS_MODULE_H
+#define _ASM_CRIS_MODULE_H
+/*
+ * This file contains the CRIS architecture specific module code.
+ */
+
+#define module_map(x)		vmalloc(x)
+#define module_unmap(x)		vfree(x)
+#define module_arch_init(x)	(0)
+
+#endif /* _ASM_CRIS_MODULE_H */

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