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

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 is