kgdb: 1000 loops for the single step test in kgdbts
authorJason Wessel <jason.wessel@windriver.com>
Thu, 24 Apr 2008 21:57:23 +0000 (16:57 -0500)
committerJason Wessel <jason.wessel@windriver.com>
Mon, 5 May 2008 12:13:21 +0000 (07:13 -0500)
commit7cfcd985d36031459cc64e3843ea36a4d801097d
tree6e5b83ddcf390fccd778a6c387cb5734a19cbc81
parent001fddf5fdcfe2c08ac9c4e5ca80c5e5698363bb
kgdb: 1000 loops for the single step test in kgdbts

The single step test is not terribly costly and it should be able to
pass at 1000 loops successfully in under 1 second.  A non-kgdb timing
regression was found using this test, but it did not occur frequently
because by default the test was only executed a single time.

This patch changes the default for the single step test to 1000
iterations and allows for individual configuration of the single step
test to further exercise the kgdb subsystem when needed.

Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
drivers/misc/kgdbts.c