powerpc/8xx: fix invalid register expression in head_8xx.S
authorChristophe Leroy <christophe.leroy@c-s.fr>
Thu, 24 May 2018 11:02:06 +0000 (11:02 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 3 Aug 2018 05:55:19 +0000 (07:55 +0200)
commit38d96f7888f57f781e5ae80dde22ab97c1802e36
tree549c61f2ec09ebed79219fd12655c5cc25ccd307
parente0da21e7e7f18b5a723b7771f709a3e7796b9ca0
powerpc/8xx: fix invalid register expression in head_8xx.S

[ Upstream commit e4ccb1dae6bdef228d729c076c38161ef6e7ca34 ]

New binutils generate the following warning

  AS      arch/powerpc/kernel/head_8xx.o
arch/powerpc/kernel/head_8xx.S: Assembler messages:
arch/powerpc/kernel/head_8xx.S:916: Warning: invalid register expression

This patch fixes it.

Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Signed-off-by: Sasha Levin <alexander.levin@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/powerpc/kernel/head_8xx.S