--- old/kernel/sched.c 2003-05-24 14:45:57.000000000 +0200 +++ 2.5-mcp/kernel/sched.c 2003-05-24 16:18:42.000000000 +0200 @@ -65,7 +65,7 @@ * they expire. */ #define MIN_TIMESLICE ( 10 * HZ / 1000) -#define MAX_TIMESLICE (200 * HZ / 1000) +#define MAX_TIMESLICE ( 10 * HZ / 1000) #define CHILD_PENALTY 50 #define PARENT_PENALTY 100 #define EXIT_WEIGHT 3