#1509 closed defect (duplicate)

Superfluous parameter check in rtems_region_create()

Reported by: Sebastian Huber Owned by: Joel Sherrill
Priority: normal Milestone: 4.10
Component: score Version: 4.10
Severity: normal Keywords:
Cc: Blocked By:
Blocking:

Description

The function rtems_region_create() checks that the starting address of the managed memory area meets the CPU alignment requirements (regioncreate.c:71). This is superfluous and leads to a test fail of sp68 on the MIPS platform. The implementation function _Heap_Initialize() is responsible for these checks. I propose to remove this check here. This changes the return status code.

Change History (1)

comment:1 Changed on 08/05/10 at 07:05:24 by Sebastian Huber

Resolution: duplicate
Status: newclosed

Duplicate.

Note: See TracTickets for help on using tickets.