patch-2.4.0-test3 linux/arch/sh/kernel/process.c

Next file: linux/arch/sh/kernel/sys_sh.c
Previous file: linux/arch/sh/config.in
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test2/linux/arch/sh/kernel/process.c linux/arch/sh/kernel/process.c
@@ -63,7 +63,7 @@
 {
 	/* endless idle loop with no priority at all */
 	init_idle();
-	current->priority = 0;
+	current->nice = 20;
 	current->counter = -100;
 
 	while (1) {

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)