summaryrefslogtreecommitdiffstats
path: root/testsuites/validation/ts-default.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-02-15 09:14:41 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-02-20 15:18:48 +0100
commitf38c0de407379c1073fc972e9a6d01f63c4b0f77 (patch)
treea5eb11ef798654278ba99725f18d1f1904f391c4 /testsuites/validation/ts-default.h
parentgrspw_pkt.c: Fix Dereference before null check (CID #1399846) (diff)
downloadrtems-f38c0de407379c1073fc972e9a6d01f63c4b0f77.tar.bz2
validation: Add Validation1 test suite
Update #4244.
Diffstat (limited to 'testsuites/validation/ts-default.h')
-rw-r--r--testsuites/validation/ts-default.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/testsuites/validation/ts-default.h b/testsuites/validation/ts-default.h
index 0385587beb..e8e2334825 100644
--- a/testsuites/validation/ts-default.h
+++ b/testsuites/validation/ts-default.h
@@ -133,8 +133,6 @@ static void task_stack_deallocate( void *stack )
#define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER
-#define CONFIGURE_MAXIMUM_PROCESSORS 4
-
#define CONFIGURE_MAXIMUM_BARRIERS 3
#define CONFIGURE_MAXIMUM_MESSAGE_QUEUES 3
@@ -178,7 +176,7 @@ static void task_stack_deallocate( void *stack )
#define CONFIGURE_INIT_TASK_CONSTRUCT_STORAGE_SIZE TASK_STORAGE_SIZE
-#if defined(RTEMS_SMP)
+#if defined(RTEMS_SMP) && CONFIGURE_MAXIMUM_PROCESSORS == 4
#define CONFIGURE_SCHEDULER_EDF_SMP