From: Paul Mackerras Date: Sun, 23 Apr 2006 00:42:04 +0000 (+1000) Subject: powerpc: Fix define_machine so machine_is() works from modules X-Git-Tag: v2.6.17-rc3~31^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d0e15bed84db7a9b0ea85d2ad9707b5e6d2e38da;p=pandora-kernel.git 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: Paul Mackerras --- Reading git-diff-tree failed