Skip to content
Commit d0e15bed authored by Paul Mackerras's avatar Paul Mackerras
Browse files

powerpc: Fix define_machine so machine_is() works from modules



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: default avatarPaul Mackerras <paulus@samba.org>
parent 7c8ce71b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment