]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
[POWERPC] maple: Use platform name in define_machine()
authorNathan Lynch <ntl@pobox.com>
Wed, 12 Mar 2008 23:43:03 +0000 (10:43 +1100)
committerPaul Mackerras <paulus@samba.org>
Tue, 25 Mar 2008 21:44:04 +0000 (08:44 +1100)
commit53378c2845d93b09056bc7b4233a366798ae2450
treeea8050f00ee56026a9d9f7c21debc9e1de1a46f5
parent0276c1368f111b1fd75e6fe0bf4cd78a6903798f
[POWERPC] maple: Use platform name in define_machine()

Prevailing practice for define_machine() in powerpc is to use the
platform name when the platform has only one define_machine()
statement, but maple uses "maple_md".  This caused me some
head-scratching when writing some new code that uses
machine_is(maple).

Use "maple" instead of "maple_md".  There should not be any behavioral
change -- fixup_maple_ide() calls machine_is(maple) but the body of
the function is ifdef'd out.

Signed-off-by: Nathan Lynch <ntl@pobox.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/platforms/maple/setup.c