]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb82e01c9be2e97e78072aff884f9d92caf381672
tree6e5b83ddcf390fccd778a6c387cb5734a19cbc81
parentc8701c8854a449deb5051c1702e13a15cc972123
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