Title: [6805] trunk/kernel/module.c: [#5263] use MODULE_SYMBOL_PREFIX when looking up "module_layout"
- Revision
- 6805
- Author
- vapier
- Date
- 2009-06-19 02:51:44 -0500 (Fri, 19 Jun 2009)
Log Message
[#5263] use MODULE_SYMBOL_PREFIX when looking up "module_layout"
Modified Paths
Diff
Modified: trunk/kernel/module.c (6804 => 6805)
--- trunk/kernel/module.c 2009-06-19 04:35:57 UTC (rev 6804)
+++ trunk/kernel/module.c 2009-06-19 07:51:44 UTC (rev 6805)
@@ -1053,7 +1053,8 @@
{
const unsigned long *crc;
- if (!find_symbol("module_layout", NULL, &crc, true, false))
+ if (!find_symbol(MODULE_SYMBOL_PREFIX "module_layout", NULL,
+ &crc, true, false))
BUG();
return check_version(sechdrs, versindex, "module_layout", mod, crc);
}
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits