summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spintrcritical15
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-07-28 19:23:49 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-07-28 19:23:49 +0000
commit5353469af4870c6e624986f65ebef7be0863c056 (patch)
tree965200ceff20ea1cc2e2f1782bb8d53e48a6fb32 /testsuites/sptests/spintrcritical15
parentPR 1420/bsps (diff)
downloadrtems-5353469af4870c6e624986f65ebef7be0863c056.tar.bz2
2009-07-28 Joel Sherrill <joel.sherrill@OARcorp.com>
* Makefile.am, configure.ac: Add test case for processing a timeout on a thread (that is the thread executing) that has also had its request satisfied while it is being enqueued. * spintrcritical16/.cvsignore, spintrcritical16/Makefile.am, spintrcritical16/init.c, spintrcritical16/spintrcritical16.doc, spintrcritical16/spintrcritical16.scn: New files. * spintrcritical15/init.c: Remove unused TSR>
Diffstat (limited to 'testsuites/sptests/spintrcritical15')
-rw-r--r--testsuites/sptests/spintrcritical15/init.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/testsuites/sptests/spintrcritical15/init.c b/testsuites/sptests/spintrcritical15/init.c
index ec0785ef01..49530bbaf8 100644
--- a/testsuites/sptests/spintrcritical15/init.c
+++ b/testsuites/sptests/spintrcritical15/init.c
@@ -20,13 +20,6 @@ rtems_id Main_task;
rtems_id Secondary_task_id;
rtems_id Semaphore;
-rtems_timer_service_routine test_release_from_isr(
- rtems_id timer,
- void *arg
-)
-{
-}
-
rtems_task Secondary_task(
rtems_task_argument ignored
)
@@ -103,7 +96,6 @@ rtems_task Init(
#define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER
#define CONFIGURE_MAXIMUM_TASKS 2
-#define CONFIGURE_MAXIMUM_TIMERS 1
#define CONFIGURE_MICROSECONDS_PER_TICK 1000
#define CONFIGURE_INIT_TASK_PRIORITY INIT_PRIORITY
#define CONFIGURE_INIT_TASK_MODE RTEMS_PREEMPT