• Steven J. Hill's avatar
    MIPS: microMIPS: Fix macro naming in micro-assembler. · cf6d9058
    Steven J. Hill authored
    The macros did not properly take into account the ISA that
    the kernel was being compiled with. A classic MIPS kernel
    will have the standard 'uasm_i_##op' macro functions with
    'MM_uasm_i_##op' macro functions for the microMIPS version.
    A pure microMIPS kernel will have the standard macros with
    'CL_uasm_i_##op' macro functions for the classic version.
    Signed-off-by: default avatarSteven J. Hill <Steven.Hill@imgtec.com>
    cf6d9058
uasm-mips.c 7.4 KB