Hi,
I want to use UML with SMP support. My machine is uniprocessor.
I know that UML can simulate SMP with virtual processors

When I checked arch/um/Kconfig
There are options for SMP "Symmetric multi-processing support (EXPERIMENTAL)"
and config NR_CPUS  "Maximum number of CPUs (2-32)".

But these options are not available in menu when I do
`make menuconfig ARCH=um`

I can also see that there is dependancy of SMP on
MODE_TT && EXPERIMENTAL && (!SMP_BROKEN || (BROKEN && SMP_BROKEN))
Here MODE_TT is internally depending on BROKEN

I manually edited "arch/um/defconfig" file and terned on options
MODE_TT and EXPERIMENTAL
and turned off BROKEN_ON_SMP.
But even after doing all these changes I was not able to see "SMP" and
"maximum number of CPU" options when I executed `make menuconfig
ARCH=um`

Please let me know where I have to make changes and what changes so
that I can get SMP support with virtual processors.

Thank you.
Pravin Shinde

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
User-mode-linux-user mailing list
User-mode-linux-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-user

Reply via email to