]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: MIPS: Fix a build error for !CPU_LOONGSON64
authorHuacai Chen <chenhc@lemote.com>
Mon, 15 Jun 2020 06:56:55 +0000 (14:56 +0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 15 Jun 2020 09:24:30 +0000 (05:24 -0400)
commitf64432aadd2cef510973a971d85a9b1e479006ec
tree316a7ae5671163e1b7b46ac5c6180795de6ebf90
parent2e0873da09585b8a2daf9ca8c2facd15f454ec3f
KVM: MIPS: Fix a build error for !CPU_LOONGSON64

During the KVM merging progress, a CONFIG_CPU_LOONGSON64 guard in commit
3b8cd255059fb2c9d3e6d ("KVM: MIPS: Add CPUCFG emulation for Loongson-3")
is missing by accident. So add it to avoid building error.

Fixes: 3b8cd255059fb2c9d3e6d ("KVM: MIPS: Add CPUCFG emulation for Loongson-3")
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Huacai Chen <chenhc@lemote.com>
Message-Id: <1592204215-28704-1-git-send-email-chenhc@lemote.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/mips/kvm/mips.c