summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/threadq.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/src/threadq.c')
-rw-r--r--cpukit/score/src/threadq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/src/threadq.c b/cpukit/score/src/threadq.c
index c20007977b..d427431adb 100644
--- a/cpukit/score/src/threadq.c
+++ b/cpukit/score/src/threadq.c
@@ -58,7 +58,7 @@ RTEMS_STATIC_ASSERT(
RTEMS_STATIC_ASSERT(
sizeof( Thread_queue_Syslock_queue )
- == sizeof( struct _Thread_queue_Queue ),
+ <= sizeof( struct _Thread_queue_Queue ),
THREAD_QUEUE_SYSLOCK_QUEUE_SIZE
);