Gabor Juhos 0e66fff883 MIPS: Fix loading of modules with unresolved weak symbols
Loading of modules with unresolved weak symbols fails on MIPS
since '88173507e4fc1e7ecd111b0565e8cba0cb7dae6d'.

Modules: handle symbols that have a zero value

The module subsystem cannot handle symbols that are zero.  If symbols
are present that have a zero value then the module resolver prints out a
message that these symbols are unresolved.

We have to use IS_ERR_VALUE() to check that a symbol has been resolved
or not.

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
2009-08-03 17:52:42 +01:00
..
2009-06-17 11:06:31 +01:00
2008-05-01 08:03:58 -07:00
2009-06-16 19:47:28 -07:00
2009-08-03 17:52:40 +01:00
2009-07-12 12:22:34 -07:00
2006-12-10 21:52:11 +00:00
2009-07-03 15:45:26 +01:00
2009-06-24 18:34:40 +01:00
2009-06-24 18:34:40 +01:00
2008-04-28 17:14:23 +01:00
2009-06-24 18:34:40 +01:00
2009-07-03 15:45:23 +01:00