Lines are too long.. Signed-off-by: Daniel Walker --- 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(); -- - 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/