From: Michel Lespinasse <walken@google.com>
To: Andrew Morton <akpm@linux-foundation.org>,
David Howells <dhowells@redhat.com>
Cc: linux-kernel@vger.kernel.org, Rik van Riel <riel@redhat.com>
Subject: [PATCH 2/2] Document default load and interval values in synchro-test module
Date: Sun, 30 Dec 2012 18:47:14 -0800 [thread overview]
Message-ID: <1356922034-25165-3-git-send-email-walken@google.com> (raw)
In-Reply-To: <1356922034-25165-1-git-send-email-walken@google.com>
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 <walken@google.com>
---
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
next prev parent reply other threads:[~2012-12-31 2:47 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-12-31 2:47 [PATCH 0/2] extend synchro-test module to test spinlocks too Michel Lespinasse
2012-12-31 2:47 ` [PATCH 1/2] add spinlock test to synchro-test module Michel Lespinasse
2012-12-31 2:47 ` Michel Lespinasse [this message]
2013-01-02 22:39 ` [PATCH 0/2] extend synchro-test module to test spinlocks too Andrew Morton
2013-02-03 3:22 ` Michel Lespinasse
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1356922034-25165-3-git-send-email-walken@google.com \
--to=walken@google.com \
--cc=akpm@linux-foundation.org \
--cc=dhowells@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=riel@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox