2007-08-28 21:38:26

by Daniel Walker

[permalink] [raw]
Subject: [PATCH -rt 4/8] fork: desched_thread comment rework.

Lines are too long..

Signed-off-by: Daniel Walker <[email protected]>

---
kernel/fork.c | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)

Index: linux-2.6.22/kernel/fork.c
===================================================================
--- linux-2.6.22.orig/kernel/fork.c
+++ linux-2.6.22/kernel/fork.c
@@ -1787,8 +1787,10 @@ static int desched_thread(void * __bind_
continue;
schedule();

- /* This must be called from time to time on ia64, and is a no-op on other archs.
- * Used to be in cpu_idle(), but with the new -rt semantics it can't stay there.
+ /*
+ * This must be called from time to time on ia64, and is a
+ * no-op on other archs. Used to be in cpu_idle(), but with
+ * the new -rt semantics it can't stay there.
*/
check_pgt_cache();


--