Nathan Lynch 53378c2845 [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>
2008-03-26 08:44:04 +11:00
..
2008-03-09 10:05:15 -07:00
2008-02-27 14:23:53 +01:00
2008-02-23 17:12:16 -08:00
2008-02-09 10:46:40 +01:00
2008-02-14 21:13:33 -08:00
2008-03-13 15:26:33 +11:00
2008-03-05 12:37:20 +01:00
2008-03-06 17:23:15 +09:00
2008-03-13 15:26:33 +11:00
2008-02-09 10:46:40 +01:00
2008-03-11 17:11:55 +01:00