The synchro-test module default parameters are to keep the lock for 2uS and wait 2uS between release and the next attempted acquisition. Having the documentation wrong on this point was quite confusing !
Signed-off-by: Michel Lespinasse <[email protected]> --- Documentation/synchro-test.txt | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/synchro-test.txt b/Documentation/synchro-test.txt index 3d6cdda7bb79..554709478e1f 100644 --- a/Documentation/synchro-test.txt +++ b/Documentation/synchro-test.txt @@ -42,12 +42,12 @@ The available arguments are: (*) load=N - Each thread delays for N uS whilst holding the lock. The default is 0. + Each thread delays for N uS whilst holding the lock. The default is 2. (*) interval=N Each thread delays for N uS whilst not holding the lock. The default - is 0. + is 2. (*) do_sched=1 -- 1.7.7.3 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

