From 7d6e94b12ab94f13d3e769702d50f91be7d5884b Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 4 Mar 2015 08:02:19 +0100 Subject: score: Implement fine-grained locking for events Use the ISR lock of the thread object to protect the event state and use the Giant lock only for the blocking operations. Update #2273. --- testsuites/sptests/spsize/size.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'testsuites/sptests/spsize/size.c') diff --git a/testsuites/sptests/spsize/size.c b/testsuites/sptests/spsize/size.c index c68199d81d..f427bd25ac 100644 --- a/testsuites/sptests/spsize/size.c +++ b/testsuites/sptests/spsize/size.c @@ -268,8 +268,6 @@ uninitialized = /*dpmemimpl.h*/ (sizeof _Dual_ported_memory_Information) + -/*eventimpl.h*/ (sizeof _Event_Sync_state) + - #if defined(RTEMS_MULTIPROCESSING) /*eventmp.h*/ 0 + #endif -- cgit v1.2.3