[PATCH] c-user: Fix rtems_region_create() return status

Sebastian Huber sebastian.huber at embedded-brains.de
Wed May 30 08:53:31 UTC 2018


---
 c-user/region_manager.rst | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/c-user/region_manager.rst b/c-user/region_manager.rst
index 1bebd8a..713fb07 100644
--- a/c-user/region_manager.rst
+++ b/c-user/region_manager.rst
@@ -255,12 +255,13 @@ DIRECTIVE STATUS CODES:
        - ``id`` is NULL
      * - ``RTEMS_INVALID_ADDRESS``
        - ``starting_address`` is NULL
-     * - ``RTEMS_INVALID_ADDRESS``
-       - address not on four byte boundary
      * - ``RTEMS_TOO_MANY``
        - too many regions created
      * - ``RTEMS_INVALID_SIZE``
        - invalid page size
+     * - ``RTEMS_INVALID_SIZE``
+       - the memory area defined by the starting address and the length
+         parameters is too small
 
 DESCRIPTION:
     This directive creates a region from a physically contiguous memory space
-- 
2.13.6



More information about the devel mailing list