Re: powerpc: Fix asm offsets to point to actual FP and VMX regs
From: Michael Ellerman <hidden>
Date: 2017-06-29 12:21:06
From: Michael Ellerman <hidden>
Date: 2017-06-29 12:21:06
On Mon, 2017-05-08 at 06:23:31 UTC, Michael Neuling wrote:
The asm code assumes the FP regs are at the start of fp_state. While this is true now, it may not always be the case and there is nothing enforcing it. This fixes the asm-offsets to point to the actual FP registers inside the fp_state. Similarly for VMX. Signed-off-by: Michael Neuling <redacted>
Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/aa9a95163638bd9acb3e1f61f48cd5 cheers