···16471647 select SYS_SUPPORTS_SMP16481648 select SMP_UP16491649 help16501650- This is a kernel model which is also known a VSMP or lately16511651- has been marketesed into SMVP.16501650+ This is a kernel model which is known a VSMP but lately has been16511651+ marketesed into SMVP.16521652+ Virtual SMP uses the processor's VPEs to implement virtual16531653+ processors. In currently available configuration of the 34K processor16541654+ this allows for a dual processor. Both processors will share the same16551655+ primary caches; each will obtain the half of the TLB for it's own16561656+ exclusive use. For a layman this model can be described as similar to16571657+ what Intel calls Hyperthreading.16581658+16591659+ For further information see http://www.linux-mips.org/wiki/34K#VSMP1652166016531661config MIPS_MT_SMTC16541662 bool "SMTC: Use all TCs on all VPEs for SMP"···16731665 help16741666 This is a kernel model which is known a SMTC or lately has been16751667 marketesed into SMVP.16681668+ is presenting the available TC's of the core as processors to Linux.16691669+ On currently available 34K processors this means a Linux system will16701670+ see up to 5 processors. The implementation of the SMTC kernel differs16711671+ significantly from VSMP and cannot efficiently coexist in the same16721672+ kernel binary so the choice between VSMP and SMTC is a compile time16731673+ decision.16741674+16751675+ For further information see http://www.linux-mips.org/wiki/34K#SMTC1676167616771677endchoice16781678