• Nathan Lynch's avatar
    [POWERPC] maple: Use platform name in define_machine() · 53378c28
    Nathan Lynch authored
    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: default avatarNathan Lynch <ntl@pobox.com>
    Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
    53378c28
setup.c 8.63 KB