summaryrefslogtreecommitdiffstats
path: root/testsuites
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-07-13 16:17:09 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-07-13 16:17:09 +0000
commit62e1271aef0c2b12093a1bd7c56e2b660d8280b7 (patch)
tree808ef266b7c2ff13afcbfad5f0e1553ae823db73 /testsuites
parentPatch rtems-rc-20000713-1-cvs.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-62e1271aef0c2b12093a1bd7c56e2b660d8280b7.tar.bz2
Switch logical in conditional.
Diffstat (limited to 'testsuites')
-rw-r--r--testsuites/sptests/spsize/size.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/sptests/spsize/size.c b/testsuites/sptests/spsize/size.c
index c00ad5a95d..c7cae3bce0 100644
--- a/testsuites/sptests/spsize/size.c
+++ b/testsuites/sptests/spsize/size.c
@@ -102,7 +102,7 @@
#define SYSTEM_IDLE_FP (long) 0
#endif
-#if defined(RTEMS_MULTIPROCESSING)
+#if !defined(RTEMS_MULTIPROCESSING)
#define MPCI_RECEIVE_SERVER_STACK_SIZE 0
#endif