git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a80fb1
)
module: fix BUG_ON() for powerpc (and other function descriptor archs)
author
Rusty Russell
<rusty@rustcorp.com.au>
Wed, 26 Aug 2009 12:32:54 +0000
(22:02 +0930)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Thu, 27 Aug 2009 19:33:19 +0000
(12:33 -0700)
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>
No differences found