commit | 7d1d16e416e61aeef8655d542f8e4a4fc6e808e4 | [log] [tgz] |
---|---|---|
author | Rusty Russell <rusty@rustcorp.com.au> | Wed Aug 26 22:02:54 2009 +0930 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Thu Aug 27 12:33:19 2009 -0700 |
tree | dfa53b29720cffdba1a64876de30567b6ed5e766 | |
parent | 0a80fb10239b04c45e5e80aad8d4b2ca5ac407b2 [diff] |
module: fix BUG_ON() for powerpc (and other function descriptor archs) The rarely-used symbol_put_addr() needs to use dereference_function_descriptor on powerpc. Reported-by: Paul Mackerras <paulus@samba.org> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au. Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>