Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - M index
The Linux kernel configuration item CONFIG_MIPS_MT_SMTC
has multiple definitions:
arch/mips/Kconfig
The configuration item CONFIG_MIPS_MT_SMTC:
( CONFIG_CPU_MIPS32_R2 ) && ( CONFIG_SYS_SUPPORTS_MULTITHREADING ) && (! CONFIG_MIPS_CPS )
This is a kernel model which is known as SMTC. This is supported on cores with the MT ASE and presents all TCs available on all VPEs to support SMP. For further information see http://www.linux-mips.org/wiki/34K#SMTC.
arch/mips/Kconfig
The configuration item CONFIG_MIPS_MT_SMTC:
( CONFIG_CPU_MIPS32_R2 ) && ( CONFIG_SYS_SUPPORTS_MULTITHREADING )
This is a kernel model which is known a SMTC or lately has been marketesed into SMVP. is presenting the available TC's of the core as processors to Linux. On currently available 34K processors this means a Linux system will see up to 5 processors. The implementation of the SMTC kernel differs significantly from VSMP and cannot efficiently coexist in the same kernel binary so the choice between VSMP and SMTC is a compile time decision.
For further information see http://www.linux-mips.org/wiki/34K#SMTC
Raw data from LKDDb:
(none)
This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).
The data is retrived from:
Popular queries:
Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - M index
Automatically generated (in year 2024). See also LKDDb sources on GitLab