summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/include/rtems/posix/spinlockimpl.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2016-05-20 15:04:16 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2016-05-20 16:17:00 +0200
commit582bb23c74b0617c60d7986afa756c90c28df739 (patch)
tree465a707db8cdcdd7c951f90d59ae374dc3e94ab0 /cpukit/posix/include/rtems/posix/spinlockimpl.h
parentscore: Delete unused _Objects_Get_isr_disable() (diff)
downloadrtems-582bb23c74b0617c60d7986afa756c90c28df739.tar.bz2
score: Rename _Objects_Get_local()
Rename _Objects_Get_local() into _Objects_Get(). Confusions with the previous _Objects_Get() function are avoided since the Objects_Locations parameter is gone.
Diffstat (limited to 'cpukit/posix/include/rtems/posix/spinlockimpl.h')
-rw-r--r--cpukit/posix/include/rtems/posix/spinlockimpl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/posix/include/rtems/posix/spinlockimpl.h b/cpukit/posix/include/rtems/posix/spinlockimpl.h
index 80de3d1001..e0217a0889 100644
--- a/cpukit/posix/include/rtems/posix/spinlockimpl.h
+++ b/cpukit/posix/include/rtems/posix/spinlockimpl.h
@@ -84,7 +84,7 @@ RTEMS_INLINE_ROUTINE POSIX_Spinlock_Control *_POSIX_Spinlock_Get(
return NULL;
}
- return (POSIX_Spinlock_Control *) _Objects_Get_local(
+ return (POSIX_Spinlock_Control *) _Objects_Get(
*spinlock,
lock_context,
&_POSIX_Spinlock_Information