* [uml-devel] [PATCH 1/7] UML - set_tsk_need_resched
@ 2005-05-26 22:30 Jeff Dike
2005-05-30 7:59 ` [uml-devel] " Pavel Machek
0 siblings, 1 reply; 2+ messages in thread
From: Jeff Dike @ 2005-05-26 22:30 UTC (permalink / raw)
To: akpm, torvalds; +Cc: linux-kernel, user-mode-linux-devel
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);
-------------------------------------------------------
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* [uml-devel] Re: [PATCH 1/7] UML - set_tsk_need_resched
2005-05-26 22:30 [uml-devel] [PATCH 1/7] UML - set_tsk_need_resched Jeff Dike
@ 2005-05-30 7:59 ` Pavel Machek
0 siblings, 0 replies; 2+ messages in thread
From: Pavel Machek @ 2005-05-30 7:59 UTC (permalink / raw)
To: Jeff Dike; +Cc: akpm, torvalds, linux-kernel, user-mode-linux-devel
Hi!
> 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);
Seems to me you are have some tabs-vs-spaces problems. Plus it would
be nice to write
while (1) {
instead of
while(1){
Pavel
-------------------------------------------------------
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-05-30 8:00 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-05-26 22:30 [uml-devel] [PATCH 1/7] UML - set_tsk_need_resched Jeff Dike
2005-05-30 7:59 ` [uml-devel] " Pavel Machek
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox