Re: fsl_udc_core: BUG: scheduling while atomic

2011-05-13 Thread Sergej.Stepanov
I would say it is a general problem by using CONFIG_PREEMPT_VOLUNTARY, not only Freescale... Am Donnerstag, den 12.05.2011, 11:30 -0400 schrieb Matthew L. Creech: > On Thu, May 12, 2011 at 4:37 AM, wrote: > > Hi Mattheew, > > > > such oops you can get also with spi. > > For such problem helps to

Re: fsl_udc_core: BUG: scheduling while atomic

2011-05-12 Thread Matthew L. Creech
On Thu, May 12, 2011 at 4:37 AM, wrote: > Hi Mattheew, > > such oops you can get also with spi. > For such problem helps to compile your kernel with other preemption > model: >  - preempt >  - standard >  - !!! but not voluntary preemption !!! Thanks Sergej, indeed I'm currently using CONFIG_PRE

Re: fsl_udc_core: BUG: scheduling while atomic

2011-05-12 Thread Sergej.Stepanov
Hi Mattheew, such oops you can get also with spi. For such problem helps to compile your kernel with other preemption model: - preempt - standard - !!! but not voluntary preemption !!! The other possibility: check your board, may be it has some memory problems. Regards Sergej. Am Mittwoch, d