patch-2.4.0-test3 linux/arch/m68k/kernel/process.c
Next file: linux/arch/m68k/kernel/sys_m68k.c
Previous file: linux/arch/m68k/config.in
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Mon Jul 10 13:16:56 2000
- Orig file:
v2.4.0-test2/linux/arch/m68k/kernel/process.c
- Orig date:
Thu Nov 11 20:11:31 1999
diff -u --recursive --new-file v2.4.0-test2/linux/arch/m68k/kernel/process.c linux/arch/m68k/kernel/process.c
@@ -81,7 +81,7 @@
{
/* endless idle loop with no priority at all */
init_idle();
- current->priority = 0;
+ current->nice = 20;
current->counter = -100;
idle();
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)