From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gateway-1237.mvista.com ([63.81.120.158]:64970 "EHLO localhost.localdomain" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751898AbXH1ViJ (ORCPT ); Tue, 28 Aug 2007 17:38:09 -0400 Message-Id: <20070828213800.807730609@mvista.com> References: <20070828213748.790253419@mvista.com> Date: Tue, 28 Aug 2007 14:37:52 -0700 From: Daniel Walker Content-Disposition: inline; filename=fix-ia64-comment-in-desched-thread.patch Subject: [PATCH -rt 4/8] fork: desched_thread comment rework. Sender: linux-rt-users-owner@vger.kernel.org To: mingo@elte.hu Cc: mingo@redhat.com, linux-kernel@vger.kernel.org, linux-rt-users@vger.kernel.org List-ID: 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(); --