![]() | |||||||||||||
Messages in this thread Patch in this message |
Daniel, I'll start taking a closer look at it tomorrow, but on first working with it, you might want to change the following config on PRIORITY_INHERITANCE. At least for me on a "make oldconfig" the default is usually "No" so I made the following change. It may even be wise to just force it. I haven't taking a look yet, but would PREEMPT_RT work without the inheritance? -- Steve --- lib/Kconfig.RT.orig 2005-05-31 23:29:41.000000000 -0400 +++ lib/Kconfig.RT 2005-05-31 23:29:56.000000000 -0400 @@ -88,7 +88,7 @@ config PRIORITY_INHERITANCE bool "Priority Inheritance" - default n if !PREEMPT_RT + default y if PREEMPT_RT help This option enables system wide priority inheritance. It will enable a high priority waiting task to transfer it's priority - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ | ||||||||||||
| Last update: 2005-06-01 03:38 [from the cache] ©2003-2008 | |||||||||||||