Hi
A few days ago, I looked at the kernel differences between 2.6.34 and 2.6.37 in ps. And i saw the kworker/u:1 using too much cpu time as a kernel thread in 2.6.37. I googled it to find a solution to reduce the cpu usage and I found only some infos about kworker: "it is a placeholder for kernel worker threads and anything (interrupts, timers, I/o waits...) in kernel space can cause it to run too much". This means everything can cause this issue and there is no obvious solutions and points for the problem. Is there any solution for this issue or any point in kernel ?
My kernel: http://arago-project.org/git/projects/?p=linux-davinci.git;a=shortlog;h=refs/heads/usb_pio_plus_dma
Thanks