| title: | PATCH Missing hunk from rt mutex core patch |
|
Somehow the following hunk was lost during the port to 2.6.29. Without it
calling sysrq-t or similar gives you very strange results ;)
Signed-off-by: Jan Blunck <jblunck@xxxxxxx
---
include/linux/sched.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: b/include/linux/sched.h
===================================================================
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -2572,7 +2572,7 @@ static inline void mm_init_owner(struct
}
#endif /* CONFIG_MM_OWNER */
-#define TASK_STATE_TO_CHAR_STR "RSDTtZX"
+#define TASK_STATE_TO_CHAR_STR "RMSDTtZX"
#ifdef CONFIG_SMP
static inline int task_is_current(struct task_struct *task)
--
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 rel="nofollow" vger.kernel.org/majordomo-info.html vger.kernel.org/majordomo-info.html
|