From: Ingo Molnar Make the synchro-test defaults a bit more realistic: add delays to both the locked and unlocked phase. Signed-off-by: Ingo Molnar Signed-off-by: Andrew Morton --- kernel/synchro-test.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN kernel/synchro-test.c~mutex-subsystem-synchro-test-module-fix-2 kernel/synchro-test.c --- devel/kernel/synchro-test.c~mutex-subsystem-synchro-test-module-fix-2 2006-01-08 02:19:47.000000000 -0800 +++ devel-akpm/kernel/synchro-test.c 2006-01-08 02:19:47.000000000 -0800 @@ -44,7 +44,7 @@ static int nummx; static int numsm, seminit = 4; static int numrd, numwr, numdg; -static int elapse = 5, load, do_sched, interval; +static int elapse = 5, load = 2, do_sched, interval = 2; static int verbose = 0; MODULE_AUTHOR("David Howells"); _