[android-kernel] Re: Real time kernel support in Android

2009-10-13 Thread Greg KH
On Tue, Oct 13, 2009 at 12:42 AM, vamsi android wrote: > Hi, > > Regarding Realtime patches, I was successfully able to patch it on normal > linux kernel, but was not successful when I integrate it with Android > kernel. I was able to patch and compile it, but am facing while loading the > androi

[android-kernel] Re: Real time kernel support in Android

2009-10-13 Thread Dianne Hackborn
"real time" != "better performance". It is a different approach to scheduling work, which is not really appropriate for most uses of Android. On Tue, Oct 13, 2009 at 12:42 AM, vamsi android wrote: > Hi, > > Regarding Realtime patches, I was successfully able to patch it on normal > linux kernel,

[android-kernel] Re: Real time kernel support in Android

2009-10-13 Thread vamsi android
Hi, Regarding Realtime patches, I was successfully able to patch it on normal linux kernel, but was not successful when I integrate it with Android kernel. I was able to patch and compile it, but am facing while loading the android system. I get some errors while loading real time modules. Regard