• Greg Ungerer's avatar
    m68k: add ColdFire FPU support for the V4e ColdFire CPUs · 0a2796da
    Greg Ungerer authored
    The V4e ColdFire CPU family also has an integrated FPU (as well as the MMU).
    So add code to support this hardware along side the existing m68k FPU code.
    
    The ColdFire FPU is of course different to all previous 68k FP units. It is
    close in operation to the 68060, but not completely compatible. The biggest
    issue to deal with is that the ColdFire FPU multi-move instructions are
    different. It does not support multi-moving the FP control registers, and
    the multi-move of the FP data registers uses a different instruction
    mnemonic.
    Signed-off-by: default avatarGreg Ungerer <gerg@uclinux.org>
    Acked-by: default avatarMatt Waddel <mwaddel@yahoo.com>
    Acked-by: default avatarKurt Mahan <kmahan@xmission.com>
    0a2796da
process_mm.c 8.48 KB