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

Next file: linux/arch/alpha/kernel/setup.c
Previous file: linux/arch/alpha/kernel/pci.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test2/linux/arch/alpha/kernel/process.c linux/arch/alpha/kernel/process.c
@@ -74,7 +74,7 @@
 cpu_idle(void)
 {
 	/* An endless idle loop with no priority at all.  */
-	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)