Home
last modified time | relevance | path

Searched hist:cf6d905828c2c75ebe8c818901e71e09ffe6f629 (Results 1 – 2 of 2) sorted by relevance

/linux/arch/mips/mm/
H A Duasm-mips.cdiff cf6d905828c2c75ebe8c818901e71e09ffe6f629 Mon Mar 25 18:03:41 CET 2013 Steven J. Hill <Steven.Hill@imgtec.com> MIPS: microMIPS: Fix macro naming in micro-assembler.

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: Steven J. Hill <Steven.Hill@imgtec.com>
/linux/arch/mips/include/asm/
H A Duasm.hdiff cf6d905828c2c75ebe8c818901e71e09ffe6f629 Mon Mar 25 18:03:41 CET 2013 Steven J. Hill <Steven.Hill@imgtec.com> MIPS: microMIPS: Fix macro naming in micro-assembler.

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: Steven J. Hill <Steven.Hill@imgtec.com>