summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psx09
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1996-08-07 21:38:18 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1996-08-07 21:38:18 +0000
commit84b03316d1d43a71d2883d7490fdba94c10beea0 (patch)
treea014d7acccce83d8880fcf4e3dd536a4885da3ec /testsuites/psxtests/psx09
parentbasic sporadic server test. (diff)
downloadrtems-84b03316d1d43a71d2883d7490fdba94c10beea0.tar.bz2
removed if 0 for basic sporadic server case accidentally left in.
Diffstat (limited to 'testsuites/psxtests/psx09')
-rw-r--r--testsuites/psxtests/psx09/init.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/testsuites/psxtests/psx09/init.c b/testsuites/psxtests/psx09/init.c
index e7047b55c9..e2c61d8e6c 100644
--- a/testsuites/psxtests/psx09/init.c
+++ b/testsuites/psxtests/psx09/init.c
@@ -38,6 +38,7 @@ void *POSIX_Init(
)
{
int status;
+ int passes;
int schedpolicy;
int priority;
struct sched_param schedparam;
@@ -55,7 +56,6 @@ void *POSIX_Init(
Init_id = pthread_self();
printf( "Init's ID is 0x%08x\n", Init_id );
-#if 0
/* try to use this thread as a sporadic server */
puts( "Init: pthread_getschedparam - SUCCESSFUL" );
@@ -99,7 +99,6 @@ void *POSIX_Init(
}
}
-#endif
/* now see if this works if we are holding a priority ceiling mutex */
empty_line();