From ff114dc5bff1783dedf2dae08b1f98c84a915be8 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 9 May 2007 18:47:03 +0000 Subject: 2007-05-09 Joel Sherrill * optman/Makefile.am, optman/preinstall.am, optman/rtems/no-dpmem.c, optman/rtems/no-event.c, optman/rtems/no-mp.c, optman/rtems/no-msg.c, optman/rtems/no-part.c, optman/rtems/no-region.c, optman/rtems/no-rtmon.c, optman/rtems/no-sem.c, optman/rtems/no-signal.c, optman/rtems/no-timer.c, optman/sapi/no-ext.c: Add optional manager stub for Barrier. Simplify other optional managers so using them reduces application size instead of increasing it. * optman/rtems/no-barrier.c: New file. --- c/src/optman/rtems/no-barrier.c | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 c/src/optman/rtems/no-barrier.c (limited to 'c/src/optman/rtems/no-barrier.c') diff --git a/c/src/optman/rtems/no-barrier.c b/c/src/optman/rtems/no-barrier.c new file mode 100644 index 0000000000..e5f1225269 --- /dev/null +++ b/c/src/optman/rtems/no-barrier.c @@ -0,0 +1,24 @@ +/* + * Barrier Manager Stub + * + * COPYRIGHT (c) 1989-2007. + * On-Line Applications Research Corporation (OAR). + * + * The license and distribution terms for this file may be + * found in the file LICENSE in this distribution or at + * http://www.rtems.com/license/LICENSE. + * + * $Id$ + */ + +#include +#include +#include +#include +#include + +void _Barrier_Manager_initialization( + uint32_t maximum_barriers +) +{ +} -- cgit v1.2.3