From: compudj Date: Wed, 20 Aug 2008 20:10:56 +0000 (+0000) Subject: update test X-Git-Tag: v0.12.20~442 X-Git-Url: http://git.lttng.org./?a=commitdiff_plain;h=65a7d86c3b69f90119c4455c22b4d4b2105b9f0e;hp=02f09388d539418c195f2adfff1f4f4229bd8016;p=lttv.git update test git-svn-id: http://ltt.polymtl.ca/svn@3047 04897980-b3bd-0310-b5e0-8ef037075253 --- diff --git a/trunk/tests/kernel/test-wbias-rwlock.c b/trunk/tests/kernel/test-wbias-rwlock.c index c29bf0d6..20835b03 100644 --- a/trunk/tests/kernel/test-wbias-rwlock.c +++ b/trunk/tests/kernel/test-wbias-rwlock.c @@ -53,7 +53,7 @@ * 1 : test with thread preemption readers. * 0 : test only with non-preemptable thread readers. */ -#define TEST_PREEMPT 1 +#define TEST_PREEMPT 0 #if (TEST_PREEMPT) #define NR_PREADERS 2