summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/corerwlockobtainread.c
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2016-04-01 15:10:08 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2016-04-06 09:08:20 +0200
commit6ca60e5dc94654504dc4c9974733afd0f58d86e3 (patch)
tree7dd74ec5204972683fe5061a631183e9bd10baff /cpukit/score/src/corerwlockobtainread.c
parentscore: Delete Thread_Wait_information::id (diff)
downloadrtems-6ca60e5dc94654504dc4c9974733afd0f58d86e3.tar.bz2
score: Delete MP support for RW locks
MP support was not implemented.
Diffstat (limited to 'cpukit/score/src/corerwlockobtainread.c')
-rw-r--r--cpukit/score/src/corerwlockobtainread.c10
1 files changed, 4 insertions, 6 deletions
diff --git a/cpukit/score/src/corerwlockobtainread.c b/cpukit/score/src/corerwlockobtainread.c
index 4676dd7424..71cdf2641d 100644
--- a/cpukit/score/src/corerwlockobtainread.c
+++ b/cpukit/score/src/corerwlockobtainread.c
@@ -24,12 +24,10 @@
#include <rtems/score/watchdog.h>
void _CORE_RWLock_Obtain_for_reading(
- CORE_RWLock_Control *the_rwlock,
- Thread_Control *executing,
- Objects_Id id,
- bool wait,
- Watchdog_Interval timeout,
- CORE_RWLock_API_mp_support_callout api_rwlock_mp_support
+ CORE_RWLock_Control *the_rwlock,
+ Thread_Control *executing,
+ bool wait,
+ Watchdog_Interval timeout
)
{
ISR_lock_Context lock_context;