From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sc8-sf-mx2-b.sourceforge.net ([10.3.1.12] helo=sc8-sf-mx2.sourceforge.net) by sc8-sf-list1.sourceforge.net with esmtp (Exim 4.30) id 1DbQxS-0005Ci-NY for user-mode-linux-devel@lists.sourceforge.net; Thu, 26 May 2005 15:36:06 -0700 Received: from lakshmi.addtoit.com ([198.99.130.6] helo=lakshmi.solana.com) by sc8-sf-mx2.sourceforge.net with esmtp (Exim 4.41) id 1DbQxS-0007kx-3G for user-mode-linux-devel@lists.sourceforge.net; Thu, 26 May 2005 15:36:06 -0700 Message-Id: <200505262230.j4QMUGVh014671@ccure.user-mode-linux.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii From: Jeff Dike Subject: [uml-devel] [PATCH 1/7] UML - set_tsk_need_resched Sender: user-mode-linux-devel-admin@lists.sourceforge.net Errors-To: user-mode-linux-devel-admin@lists.sourceforge.net List-Unsubscribe: , List-Id: The user-mode Linux development list List-Post: List-Help: List-Subscribe: , List-Archive: Date: Thu, 26 May 2005 18:30:15 -0400 To: akpm@osdl.org, torvalds@osdl.org Cc: linux-kernel@vger.kernel.org, user-mode-linux-devel@lists.sourceforge.net This is the UML resched patch. Please stick it in with the other arch resched fixes. Signed-off-by: Jeff Dike Index: linux-2.6.11/arch/um/kernel/process_kern.c =================================================================== --- linux-2.6.11.orig/arch/um/kernel/process_kern.c 2005-05-26 14:01:28.000000000 -0400 +++ linux-2.6.11/arch/um/kernel/process_kern.c 2005-05-26 14:31:46.000000000 -0400 @@ -188,6 +188,8 @@ void default_idle(void) current->mm = &init_mm; current->active_mm = &init_mm; + set_tsk_need_resched(current); + while(1){ /* endless idle loop with no priority at all */ SET_PRI(current); ------------------------------------------------------- This SF.Net email is sponsored by Yahoo. Introducing Yahoo! Search Developer Network - Create apps using Yahoo! Search APIs Find out how you can build Yahoo! directly into your own Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005 _______________________________________________ User-mode-linux-devel mailing list User-mode-linux-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel