Re: Not able to generate race condition... please help

2009-05-10 Thread Pei Lin
2009/5/8 Chetan Nanda : > > > On Fri, May 8, 2009 at 1:28 AM, seshikanth varma > wrote: >> >> This is the way i have defined the variables: >> >> volatile inti asm("eax"); /* For using eax ebx ecx & edx >> for i, j , k and l respectively. >> >>

Re: current state of real-time support?

2009-05-10 Thread Denis Borisevich
2009/5/10 Robert P. J. Day : > On Sun, 10 May 2009, Denis Borisevich wrote: > >> Here is the wiki page of the CONFIG_PREEMPT_RT patch >> http://rt.wiki.kernel.org/index.ph/Main_Page > >  one more RT-related question on this list and, if i want to take > this further, i'll move to the actual RT mail

Re: Not able to generate race condition... please help

2009-05-10 Thread sandeep lahane
On Sun, May 10, 2009 at 4:56 PM, Chetan Nanda wrote: > > > On Fri, May 8, 2009 at 7:34 PM, Mulyadi Santosa > wrote: >> >> On Fri, May 8, 2009 at 4:42 PM, Chetan Nanda > >> >I am still confused, as every thread will be having its own register set >> > and >> > this set will get stored in its 'tast

Re: Kernel internals.

2009-05-10 Thread debian developer
On Fri, May 8, 2009 at 8:36 PM, venkatram ajmeera wrote: > Hai I am interested in learing  linux kernel  internal thouroughly > I advice you to get "Linux Kernel.Development" by Robert Love. It is short and precise. -- To unsubscribe from this list: send an email with "unsubscribe kernelnewbies"

Re: Kernel internals.

2009-05-10 Thread Rohit Sharma
On Fri, May 8, 2009 at 5:45 PM, Ole Loots wrote: > Hello venkatram ajmeera > > venkatram ajmeera schrieb: >> >> Hai I am interested in learing  linux kernel  internal thouroughly >> >> How the interrupt is handled by linux  Kernel. >> When interrupts occur, the registered interrupt handler is cal

Re: current state of real-time support?

2009-05-10 Thread Robert P. J. Day
On Sun, 10 May 2009, Denis Borisevich wrote: > Here is the wiki page of the CONFIG_PREEMPT_RT patch > http://rt.wiki.kernel.org/index.ph/Main_Page one more RT-related question on this list and, if i want to take this further, i'll move to the actual RT mailing list. if i wanted to start play

Re: current state of real-time support?

2009-05-10 Thread Robert P. J. Day
On Sun, 10 May 2009, Denis Borisevich wrote: > Here is the wiki page of the CONFIG_PREEMPT_RT patch > http://rt.wiki.kernel.org/index.ph/Main_Page > > And another useful link > http://www.osadl.org/Realtime-Linux.projects-realtime-linux.0.html thanks. the reason i asked was that there appeared

Re: current state of real-time support?

2009-05-10 Thread Denis Borisevich
2009/5/10 Robert P. J. Day : > >  what's the current state of the art WRT real time in the kernel? > i've never played with real time yet, but i'm interested in giving it > a shot. > > rday > -- > > > Robert P. J. Day        

current state of real-time support?

2009-05-10 Thread Robert P. J. Day
what's the current state of the art WRT real time in the kernel? i've never played with real time yet, but i'm interested in giving it a shot. rday -- Robert P. J. Day Waterloo, Ontario, CANA

Re: Not able to generate race condition... please help

2009-05-10 Thread Chetan Nanda
On Fri, May 8, 2009 at 7:34 PM, Mulyadi Santosa wrote: > On Fri, May 8, 2009 at 4:42 PM, Chetan Nanda > > >I am still confused, as every thread will be having its own register set > and > > this set will get stored in its 'tast_struct' at each context switch and > at > > next run registers will ge