From: Leonid Yegoshin Date: Mon, 27 Oct 2014 11:37:47 +0000 (+0000) Subject: MIPS: asm: stackframe: Do not preserve the HI/LO registers on MIPS R6 X-Git-Tag: fixes-v4.0-rc1~21^2~26^2~55 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a0e9865b9003ba2bb1c3135dd99185946fa7159;p=pandora-kernel.git MIPS: asm: stackframe: Do not preserve the HI/LO registers on MIPS R6 The HI/LO registers have been removed from MIPS R6. Instructions such as MULT and DIV have been replaced with a new pair of instructions for the HI/LO operations for example: MULT -> MUL, MUH DIV -> DIV, MOD So we avoid preserving the pre-R6 HI/LO registers in MIPS R6 Signed-off-by: Leonid Yegoshin Signed-off-by: Markos Chandras --- Reading git-diff-tree failed