Re: powerpc/book3e-64: Use hardcoded mttmr opcode

2016-03-16 Thread Michael Ellerman
On Tue, 2016-15-03 at 06:47:38 UTC, Scott Wood wrote: > This preserves the ability to build using older binutils (reportedly <= > 2.22). > > Signed-off-by: Scott Wood > Cc: chenhui.z...@freescale.com Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/7a25d91214cb22e642b9ed6e44 c

[PATCH] powerpc/book3e-64: Use hardcoded mttmr opcode

2016-03-14 Thread Scott Wood
This preserves the ability to build using older binutils (reportedly <= 2.22). Signed-off-by: Scott Wood Cc: chenhui.z...@freescale.com --- arch/powerpc/kernel/head_64.S | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/arch/powerpc/kernel/head_64.S b/arch/powerpc/kern