OSDN Git Service

powerpc/sstep: Fix incorrect CONFIG symbol in scv handling
authorMichael Ellerman <mpe@ellerman.id.au>
Fri, 24 Jul 2020 10:42:54 +0000 (20:42 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Fri, 24 Jul 2020 13:16:49 +0000 (23:16 +1000)
commit826b07b190c8ca69ce674f13b4dc9be2bc536fcd
treed468fca1159baf5fd7a090a4577f4b0c67a71e0f
parent70cc062c47e7851335ff4c44ba9b362174baf7d4
powerpc/sstep: Fix incorrect CONFIG symbol in scv handling

When I "fixed" the ppc64e build in Nick's recent patch, I typoed the
CONFIG symbol, resulting in one that doesn't exist. Fix it to use the
correct symbol.

Reported-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Fixes: 7fa95f9adaee ("powerpc/64s: system call support for scv/rfscv instructions")
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20200724131609.1640533-1-mpe@ellerman.id.au
arch/powerpc/lib/sstep.c