@@ -1250,6 +1250,7 @@ config CPU_LOONGSON64
12501250 select CPU_SUPPORTS_HIGHMEM
12511251 select CPU_SUPPORTS_HUGEPAGES
12521252 select CPU_SUPPORTS_MSA
1253+ select CPU_SUPPORTS_VZ
12531254 select CPU_DIEI_BROKEN if !LOONGSON3_ENHANCEMENT
12541255 select CPU_MIPSR2_IRQ_VI
12551256 select DMA_NONCOHERENT
@@ -1261,7 +1262,6 @@ config CPU_LOONGSON64
12611262 select MIPS_FP_SUPPORT
12621263 select GPIOLIB
12631264 select SWIOTLB
1264- select HAVE_KVM
12651265 help
12661266 The Loongson GSx64(GS264/GS464/GS464E/GS464V) series of processor
12671267 cores implements the MIPS64R2 instruction set with many extensions,
@@ -1374,7 +1374,6 @@ config CPU_MIPS32_R2
13741374 select CPU_SUPPORTS_32BIT_KERNEL
13751375 select CPU_SUPPORTS_HIGHMEM
13761376 select CPU_SUPPORTS_MSA
1377- select HAVE_KVM
13781377 help
13791378 Choose this option to build a kernel for release 2 or later of the
13801379 MIPS32 architecture. Most modern embedded systems with a 32-bit
@@ -1389,7 +1388,7 @@ config CPU_MIPS32_R5
13891388 select CPU_SUPPORTS_32BIT_KERNEL
13901389 select CPU_SUPPORTS_HIGHMEM
13911390 select CPU_SUPPORTS_MSA
1392- select HAVE_KVM
1391+ select CPU_SUPPORTS_VZ
13931392 select MIPS_O32_FP64_SUPPORT
13941393 help
13951394 Choose this option to build a kernel for release 5 or later of the
@@ -1405,7 +1404,7 @@ config CPU_MIPS32_R6
14051404 select CPU_SUPPORTS_32BIT_KERNEL
14061405 select CPU_SUPPORTS_HIGHMEM
14071406 select CPU_SUPPORTS_MSA
1408- select HAVE_KVM
1407+ select CPU_SUPPORTS_VZ
14091408 select MIPS_O32_FP64_SUPPORT
14101409 help
14111410 Choose this option to build a kernel for release 6 or later of the
@@ -1441,7 +1440,6 @@ config CPU_MIPS64_R2
14411440 select CPU_SUPPORTS_HIGHMEM
14421441 select CPU_SUPPORTS_HUGEPAGES
14431442 select CPU_SUPPORTS_MSA
1444- select HAVE_KVM
14451443 help
14461444 Choose this option to build a kernel for release 2 or later of the
14471445 MIPS64 architecture. Many modern embedded systems with a 64-bit
@@ -1459,7 +1457,7 @@ config CPU_MIPS64_R5
14591457 select CPU_SUPPORTS_HUGEPAGES
14601458 select CPU_SUPPORTS_MSA
14611459 select MIPS_O32_FP64_SUPPORT if 32BIT || MIPS32_O32
1462- select HAVE_KVM
1460+ select CPU_SUPPORTS_VZ
14631461 help
14641462 Choose this option to build a kernel for release 5 or later of the
14651463 MIPS64 architecture. This is a intermediate MIPS architecture
@@ -1477,7 +1475,7 @@ config CPU_MIPS64_R6
14771475 select CPU_SUPPORTS_HUGEPAGES
14781476 select CPU_SUPPORTS_MSA
14791477 select MIPS_O32_FP64_SUPPORT if 32BIT || MIPS32_O32
1480- select HAVE_KVM
1478+ select CPU_SUPPORTS_VZ
14811479 help
14821480 Choose this option to build a kernel for release 6 or later of the
14831481 MIPS64 architecture. New MIPS processors, starting with the Warrior
@@ -1492,9 +1490,9 @@ config CPU_P5600
14921490 select CPU_SUPPORTS_HIGHMEM
14931491 select CPU_SUPPORTS_MSA
14941492 select CPU_SUPPORTS_CPUFREQ
1493+ select CPU_SUPPORTS_VZ
14951494 select CPU_MIPSR2_IRQ_VI
14961495 select CPU_MIPSR2_IRQ_EI
1497- select HAVE_KVM
14981496 select MIPS_O32_FP64_SUPPORT
14991497 help
15001498 Choose this option to build a kernel for MIPS Warrior P5600 CPU.
@@ -1614,7 +1612,7 @@ config CPU_CAVIUM_OCTEON
16141612 select USB_EHCI_BIG_ENDIAN_MMIO if CPU_BIG_ENDIAN
16151613 select USB_OHCI_BIG_ENDIAN_MMIO if CPU_BIG_ENDIAN
16161614 select MIPS_L1_CACHE_SHIFT_7
1617- select HAVE_KVM
1615+ select CPU_SUPPORTS_VZ
16181616 help
16191617 The Cavium Octeon processor is a highly integrated chip containing
16201618 many ethernet hardware widgets for networking tasks. The processor
@@ -1969,6 +1967,8 @@ config CPU_SUPPORTS_ADDRWINCFG
19691967config CPU_SUPPORTS_HUGEPAGES
19701968 bool
19711969 depends on !(32BIT && (PHYS_ADDR_T_64BIT || EVA))
1970+ config CPU_SUPPORTS_VZ
1971+ bool
19721972config MIPS_PGD_C0_CONTEXT
19731973 bool
19741974 depends on 64BIT
0 commit comments