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

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

diff -u --recursive --new-file v2.4.0-test2/linux/arch/s390/kernel/process.c linux/arch/s390/kernel/process.c
@@ -59,7 +59,7 @@
 {
 	/* endless idle loop with no priority at all */
         init_idle();
-	current->priority = 0;
+	current->nice = 20;
 	current->counter = -100;
 	wait_psw.mask = _WAIT_PSW_MASK;
 	wait_psw.addr = (unsigned long) &&idle_wakeup | 0x80000000L;

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