summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/corerwlockobtainwrite.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/corerwlockobtainwrite.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/corerwlockobtainwrite.c')
-rw-r--r--cpukit/score/src/corerwlockobtainwrite.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/cpukit/score/src/corerwlockobtainwrite.c b/cpukit/score/src/corerwlockobtainwrite.c
index 04416505c2..3ae1826611 100644
--- a/cpukit/score/src/corerwlockobtainwrite.c
+++ b/cpukit/score/src/corerwlockobtainwrite.c
@@ -26,10 +26,8 @@
void _CORE_RWLock_Obtain_for_writing(
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
+ Watchdog_Interval timeout
)
{
ISR_lock_Context lock_context;