patch-2.4.22 linux-2.4.22/include/asm-sh64/module.h
Next file: linux-2.4.22/include/asm-sh64/msgbuf.h
Previous file: linux-2.4.22/include/asm-sh64/mmu_context.h
Back to the patch index
Back to the overall index
-  Lines: 13
 -  Date:
2003-08-25 04:44:44.000000000 -0700
 -  Orig file: 
linux-2.4.21/include/asm-sh64/module.h
 -  Orig date: 
1969-12-31 16:00:00.000000000 -0800
 
diff -urN linux-2.4.21/include/asm-sh64/module.h linux-2.4.22/include/asm-sh64/module.h
@@ -0,0 +1,12 @@
+#ifndef _ASM_SH_MODULE_H
+#define _ASM_SH_MODULE_H
+/*
+ * This file contains the SH architecture specific module code.
+ */
+
+#define module_map(x)		vmalloc(x)
+#define module_unmap(x)		vfree(x)
+#define module_arch_init(x)	(0)
+#define arch_init_modules(x)	do { } while (0)
+
+#endif /* _ASM_SH_MODULE_H */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)