On Mon, 25 Aug 2008, robert wrote: > Hi, > > I'm currently working with a older linux kernel, 2.6.11.3, running on a > powerpc. > Currently I'm running against realtime performance problems, the reaction time > to interrupts is not good enough (sometimes 30 msec, while less then 8 msec is > needed). Wow, 30ms is huge. Have you run this with HZ=1000 and CONFIG_PREEMPT on? > For this of course, are the realtime patches, but I can find them only for the > newer kernels. > As our kernel is highly adopted to the hardware, I can't just move over to a > newer kernel. > > My question is: > - does anyone know a link for me were I can still find a patch for a 2.6.11.3 > kernel? Here's something that is the closest that I can find: http://rostedt.homelinux.com/private/realtime-preempt-2.6.12-final-V0.7.51-28 > - if they can be found, are these patches mature enough to be used, > particularly for a powerpc architecture? At a quick glance, it has support for ppc. But I need to warn you: This patch is very old and may have issues. But perhaps it will work for you. There is no guarantee that comes with this. Backporting the latest patch would be very difficult, especially since a lot of the -rt work is already in mainline. To do such a thing would take at least 6 months of effort. -- Steve -- To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html