What is the status of SMP support in UML? (That is, can I start up a
UML session that uses separate processes on my uniprocessor host to
emulate a machine with multiple CPUs?)
Jeff Dike's "User Mode Linux" text indicates that this sort of support
was once available, but it seems to have died out.
On Fri, Apr 13, 2007 at 09:31:16AM -0700, Haifeng He wrote:
> Yes. So that is the problem. Is there any other place which may cause
> similar problems?
If you're going to be sprinking code randomly around UML, you need to
be cognizant of what stack the surrounding code runs on.
You hit code which
On 4/13/07, Jeff Dike <[EMAIL PROTECTED]> wrote:
On Thu, Apr 12, 2007 at 10:14:32PM -0700, Haifeng He wrote:
> 3. foo is called at many places.
>
> If not, what could be the cause for such error? The strange thing is,
> if I just read value of "a" from "current", kernel runs fine.
Did you put a
On Thu, Apr 12, 2007 at 10:14:32PM -0700, Haifeng He wrote:
> 3. foo is called at many places.
>
> If not, what could be the cause for such error? The strange thing is,
> if I just read value of "a" from "current", kernel runs fine.
Did you put a call in userspace_tramp?