mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-06 07:33:17 +00:00
2010-06-17 Joel Sherrill <joel.sherrilL@OARcorp.com>
* sapi/include/confdefs.h: Remove RTEMS_COVERAGE conditionals.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2010-06-17 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||||
|
|
||||||
|
* sapi/include/confdefs.h: Remove RTEMS_COVERAGE conditionals.
|
||||||
|
|
||||||
2010-06-17 Chris Johns <chrisj@rtems.org>
|
2010-06-17 Chris Johns <chrisj@rtems.org>
|
||||||
|
|
||||||
* libfs/src/rfs/rtems-rfs-bitmaps.h,
|
* libfs/src/rfs/rtems-rfs-bitmaps.h,
|
||||||
|
|||||||
@@ -99,12 +99,11 @@ rtems_fs_init_functions_t rtems_fs_init_helper =
|
|||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* When building for coverage, we always need a mount table
|
* If the application disables the filesystem, they will not need
|
||||||
|
* a mount table, so do not produce one.
|
||||||
*/
|
*/
|
||||||
#if !defined(RTEMS_COVERAGE)
|
#ifdef CONFIGURE_APPLICATION_DISABLE_FILESYSTEM
|
||||||
#ifdef CONFIGURE_APPLICATION_DISABLE_FILESYSTEM
|
|
||||||
#define CONFIGURE_HAS_OWN_MOUNT_TABLE
|
#define CONFIGURE_HAS_OWN_MOUNT_TABLE
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -357,8 +356,7 @@ rtems_fs_init_functions_t rtems_fs_init_helper =
|
|||||||
/*
|
/*
|
||||||
* DEVFS variables.
|
* DEVFS variables.
|
||||||
*/
|
*/
|
||||||
#if defined(CONFIGURE_APPLICATION_DISABLE_FILESYSTEM) && \
|
#if defined(CONFIGURE_APPLICATION_DISABLE_FILESYSTEM)
|
||||||
!defined(RTEMS_COVERAGE)
|
|
||||||
#define CONFIGURE_MEMORY_FOR_DEVFS 0
|
#define CONFIGURE_MEMORY_FOR_DEVFS 0
|
||||||
#elif defined(CONFIGURE_FILESYSTEM_DEVFS)
|
#elif defined(CONFIGURE_FILESYSTEM_DEVFS)
|
||||||
#ifndef CONFIGURE_MAXIMUM_DEVICES
|
#ifndef CONFIGURE_MAXIMUM_DEVICES
|
||||||
@@ -369,9 +367,6 @@ rtems_fs_init_functions_t rtems_fs_init_helper =
|
|||||||
#define CONFIGURE_MEMORY_FOR_DEVFS \
|
#define CONFIGURE_MEMORY_FOR_DEVFS \
|
||||||
_Configure_Object_RAM(CONFIGURE_MAXIMUM_DEVICES, \
|
_Configure_Object_RAM(CONFIGURE_MAXIMUM_DEVICES, \
|
||||||
sizeof (rtems_device_name_t))
|
sizeof (rtems_device_name_t))
|
||||||
#elif defined(RTEMS_COVERAGE)
|
|
||||||
uint32_t rtems_device_table_size = 0;
|
|
||||||
#define CONFIGURE_MEMORY_FOR_DEVFS 0
|
|
||||||
#else
|
#else
|
||||||
#define CONFIGURE_MEMORY_FOR_DEVFS 0
|
#define CONFIGURE_MEMORY_FOR_DEVFS 0
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user