]> git.baikalelectronics.ru Git - kernel.git/commit
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)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 24 May 2018 14:08:26 +0000 (00:08 +1000)
commitac2c1299104e784c20585c4f56ba13888f9312f7
treef940e6b2bbf17d748fb0a07a5c58a4c85f766650
parentb0fa34f6765afb6cca1077f6b1ccd8e912713e6d
powerpc/8xx: fix invalid register expression in head_8xx.S

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>
arch/powerpc/kernel/head_8xx.S