From 98b52e35174496b49c5d81c6ef31018819165c36 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 4 Dec 2017 08:48:10 +0100 Subject: drvmgr: Use API mutex --- cpukit/sapi/include/confdefs.h | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'cpukit/sapi/include/confdefs.h') diff --git a/cpukit/sapi/include/confdefs.h b/cpukit/sapi/include/confdefs.h index 8066d9a426..8204f0559f 100755 --- a/cpukit/sapi/include/confdefs.h +++ b/cpukit/sapi/include/confdefs.h @@ -150,15 +150,6 @@ extern rtems_initialization_tasks_table Initialization_tasks[]; */ #define _CONFIGURE_LIBIO_POSIX_KEYS 1 -/* - * Driver Manager Configuration - */ -#ifdef RTEMS_DRVMGR_STARTUP - #define _CONFIGURE_DRVMGR_SEMAPHORES 1 -#else - #define _CONFIGURE_DRVMGR_SEMAPHORES 0 -#endif - #ifdef CONFIGURE_INIT rtems_libio_t rtems_libio_iops[CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS]; @@ -2132,7 +2123,7 @@ extern rtems_initialization_tasks_table Initialization_tasks[]; (CONFIGURE_MAXIMUM_SEMAPHORES + _CONFIGURE_LIBIO_SEMAPHORES + \ _CONFIGURE_TERMIOS_SEMAPHORES + _CONFIGURE_LIBBLOCK_SEMAPHORES + \ _CONFIGURE_SEMAPHORES_FOR_FILE_SYSTEMS + \ - _CONFIGURE_NETWORKING_SEMAPHORES + _CONFIGURE_DRVMGR_SEMAPHORES) + _CONFIGURE_NETWORKING_SEMAPHORES) /* * This macro is calculated to specify the memory required for -- cgit v1.2.3