From 3692095f2c922d35482af0a22d20d21f84c0159b Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 30 May 2016 10:41:22 +0200 Subject: rtems: Move MrsP semaphore operations Move MrsP semaphore operations to a less prominent location. Fix field name. --- cpukit/libmisc/monitor/mon-sema.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/libmisc/monitor') diff --git a/cpukit/libmisc/monitor/mon-sema.c b/cpukit/libmisc/monitor/mon-sema.c index d7a7aafc9c..3ec5e374a8 100644 --- a/cpukit/libmisc/monitor/mon-sema.c +++ b/cpukit/libmisc/monitor/mon-sema.c @@ -82,7 +82,7 @@ rtems_monitor_sema_canonical( #if defined(RTEMS_SMP) case SEMAPHORE_VARIANT_MRSP: canonical_sema->cur_count = - rtems_sema->Core_control.mrsp.Resource.owner == NULL; + rtems_sema->Core_control.MRSP.Resource.owner == NULL; canonical_sema->max_count = 1; break; #endif -- cgit v1.2.3