lkml.org 
[lkml]   [2005]   [May]   [26]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Subject[PATCH 1/7] UML - set_tsk_need_resched
Date
From
This is the UML resched patch.  Please stick it in with the other arch resched
fixes.

Signed-off-by: Jeff Dike <jdike@addtoit.com>

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);
-
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/

\
 
 \ /
  Last update: 2005-05-27 00:44    [W:0.341 / U:0.880 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site