From: Paul Burton Date: Mon, 27 Jan 2014 15:23:07 +0000 (+0000) Subject: MIPS: Don't assume 64-bit FP registers for FP regset X-Git-Tag: v3.15-rc1~125^2~130 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72b22bbad1e7cff4645c0f05b4d573ac301d5157;p=pandora-kernel.git MIPS: Don't assume 64-bit FP registers for FP regset When we want to access 64-bit FP register values we can only treat consecutive registers as being consecutive in memory when the width of an FP register equals 64 bits. This assumption will not remain true once MSA support is introduced, so provide a code path which copies each 64 bit FP register value in turn when the width of an FP register differs from 64 bits. Signed-off-by: Paul Burton Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/6427/ Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed