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:
7c8ce71
)
powerpc: Fix define_machine so machine_is() works from modules
author
Paul Mackerras
<paulus@samba.org>
Sun, 23 Apr 2006 00:42:04 +0000
(10:42 +1000)
committer
Paul Mackerras
<paulus@samba.org>
Sun, 23 Apr 2006 00:42:04 +0000
(10:42 +1000)
machine_is() was always returning 0 when used in a module, because
we weren't exporting the machine definitions. This was why sound
wasn't working on powermacs when CONFIG_SND_POWERMAC=m. Original
fix from Ben Herrenschmidt, further fixed by me.
Signed-off-by: Paul Mackerras <paulus@samba.org>
No differences found