patch-2.4.10 linux/include/asm-ia64/module.h
Next file: linux/include/asm-ia64/processor.h
Previous file: linux/include/asm-i386/xor.h
Back to the patch index
Back to the overall index
- Lines: 41
- Date:
Thu Sep 13 16:33:03 2001
- Orig file:
v2.4.9/linux/include/asm-ia64/module.h
- Orig date:
Thu Apr 12 12:16:36 2001
diff -u --recursive --new-file v2.4.9/linux/include/asm-ia64/module.h linux/include/asm-ia64/module.h
@@ -14,6 +14,7 @@
#define module_map(x) vmalloc(x)
#define module_unmap(x) ia64_module_unmap(x)
#define module_arch_init(x) ia64_module_init(x)
+#define arch_init_modules(x) do { } while (0)
/*
* This must match in size and layout the data created by
@@ -46,27 +47,27 @@
if (archdata->unw_table)
{
- printk(KERN_ERR "arch_init_module: archdata->unw_table must be zero.\n");
+ printk(KERN_ERR "module_arch_init: archdata->unw_table must be zero.\n");
return 1;
}
if (!mod_bound(archdata->gp, 0, mod))
{
- printk(KERN_ERR "arch_init_module: archdata->gp out of bounds.\n");
+ printk(KERN_ERR "module_arch_init: archdata->gp out of bounds.\n");
return 1;
}
if (!mod_bound(archdata->unw_start, 0, mod))
{
- printk(KERN_ERR "arch_init_module: archdata->unw_start out of bounds.\n");
+ printk(KERN_ERR "module_arch_init: archdata->unw_start out of bounds.\n");
return 1;
}
if (!mod_bound(archdata->unw_end, 0, mod))
{
- printk(KERN_ERR "arch_init_module: archdata->unw_end out of bounds.\n");
+ printk(KERN_ERR "module_arch_init: archdata->unw_end out of bounds.\n");
return 1;
}
if (!mod_bound(archdata->segment_base, 0, mod))
{
- printk(KERN_ERR "arch_init_module: archdata->unw_table out of bounds.\n");
+ printk(KERN_ERR "module_arch_init: archdata->unw_table out of bounds.\n");
return 1;
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)