powerpc/kvm: Use correct CONFIG symbol in comment
This comment refers to the non-existent CONFIG_PPC_BOOK3S_XX, which confuses scripts/checkkconfigsymbols.py. Change it to use the correct symbol. Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/20200724131728.1643966-8-mpe@ellerman.id.au
This commit is contained in:
Родитель
e5eff89657
Коммит
157dad8678
|
@ -26,7 +26,7 @@
|
|||
#define FUNC(name) name
|
||||
#define GET_SHADOW_VCPU(reg) lwz reg, (THREAD + THREAD_KVM_SVCPU)(r2)
|
||||
|
||||
#endif /* CONFIG_PPC_BOOK3S_XX */
|
||||
#endif /* CONFIG_PPC_BOOK3S_64 */
|
||||
|
||||
#define VCPU_LOAD_NVGPRS(vcpu) \
|
||||
PPC_LL r14, VCPU_GPR(R14)(vcpu); \
|
||||
|
|
Загрузка…
Ссылка в новой задаче