Re: [uml-user] SMP on UML

2012-08-24 Thread Antoine Martin
On 08/24/2012 11:19 PM, Dragos Diaconescu wrote: > Hello, > > I try to compile the UML, from a linux kernel(make ARCH=um SUBARCH=i386) > and I have configured it to use SMP (make config). I am getting the > following error: > >CHK include/generated/utsrelease.h >CC arch/um/kernel/a

[uml-user] SMP on UML

2012-08-24 Thread Dragos Diaconescu
Hello, I try to compile the UML, from a linux kernel(make ARCH=um SUBARCH=i386) and I have configured it to use SMP (make config). I am getting the following error: CHK include/generated/utsrelease.h CC arch/um/kernel/asm-offsets.s In file included from include/linux/sched.h:77:0,

Re: [uml-user] TSC register

2012-08-24 Thread richard -rw- weinberger
On Fri, Aug 24, 2012 at 5:09 PM, Dragos Diaconescu wrote: > Can you please > give me some directions? Shall I implement in the same manner as is > implemented in > /arch/x86/lib/delay.c . What are the big differences between this > implementation and in an implementation > for UML? If you a

Re: [uml-user] TSC register

2012-08-24 Thread Dragos Diaconescu
On Thu, Aug 23, 2012 at 6:52 PM, richard -rw- weinberger < richard.weinber...@gmail.com> wrote: > On Wed, Aug 22, 2012 at 6:34 PM, Dragos Diaconescu > wrote: > >at an interval of some nanoseconds and to use the ndelay function. I > saw > > that in the kernel implementation > >for the uml