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
- Lines: 9
- Date:
Mon Jul 10 13:16:56 2000
- Orig file:
v2.4.0-test2/linux/arch/sh/kernel/process.c
- Orig date:
Fri Jun 23 21:55:08 2000
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)