]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/asm-offsets: GPR14 is not needed either
authorChristophe Leroy <christophe.leroy@csgroup.eu>
Mon, 15 Mar 2021 11:01:26 +0000 (11:01 +0000)
committerMichael Ellerman <mpe@ellerman.id.au>
Mon, 29 Mar 2021 02:22:13 +0000 (13:22 +1100)
commitd2198cab06899a88b1ee701ec41ecf8197f8d520
treebf20cb6175f6967240aa14b1fd3e8ae9e2eb0d08
parentc3a82b2e60b188347efd41e999ee02e6ff9a772e
powerpc/asm-offsets: GPR14 is not needed either

Commit ea6dc379a300 ("powerpc/asm: Remove unused symbols in
asm-offsets.c") removed GPR15 to GPR31 but kept GPR14,
probably because it pops up in a couple of comments when doing
a grep.

However, it was never used either, so remove it as well.

Fixes: ea6dc379a300 ("powerpc/asm: Remove unused symbols in asm-offsets.c")
Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/9881c68fbca004f9ea18fc9473f630e11ccd6417.1615806071.git.christophe.leroy@csgroup.eu
arch/powerpc/kernel/asm-offsets.c