patch-2.4.10 linux/include/asm-sh/module.h
Next file: linux/include/asm-sh/page.h
Previous file: linux/include/asm-sh/mmu_context.h
Back to the patch index
Back to the overall index
- Lines: 7
- Date:
Thu Sep 13 16:33:03 2001
- Orig file:
v2.4.9/linux/include/asm-sh/module.h
- Orig date:
Tue Nov 7 10:46:04 2000
diff -u --recursive --new-file v2.4.9/linux/include/asm-sh/module.h linux/include/asm-sh/module.h
@@ -7,5 +7,6 @@
#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)