Re: kernel preemption

2008-08-07 Thread Deepak Saxena
On Aug 07 2008, at 15:07, Victor Lazzarini was caught saying: > Hi all, > > a question for the OS people: what is the level of preemption > in the olpc supplied kernel? We're running the "Low-Latencty Preemption" mode which makes all of the kernel pre-emptable except for critical sections. This i

Re: kernel preemption

2008-08-07 Thread pgf
victor wrote: > a question for the OS people: what is the level of preemption > in the olpc supplied kernel? > hi victor -- does this help? $ grep PREEMPT .config # CONFIG_PREEMPT_NONE is not set # CONFIG_PREEMPT_VOLUNTARY is not set CONFIG_PREEMPT=y # CONFIG_PREEMPT_RCU i

Re: kernel preemption

2008-08-07 Thread Erik Garrison
Our kernel config says: CONFIG_PREEMPT=y Looks like a preemptible kernel. On Thu, Aug 07, 2008 at 03:07:18PM +0100, Victor Lazzarini wrote: > Hi all, > > a question for the OS people: what is the level of preemption > in the olpc supplied kernel? > > > Victor Lazzarini > Music Technology Labo

kernel preemption

2008-08-07 Thread Victor Lazzarini
Hi all, a question for the OS people: what is the level of preemption in the olpc supplied kernel? Victor Lazzarini Music Technology Laboratory Music Department National University of Ireland, Maynooth ___ Devel mailing list Devel@lists.laptop.org ht