[Bug 1604] New: Simplify rtems_region_create()

bugzilla-daemon at rtems.org bugzilla-daemon at rtems.org
Wed Jul 7 07:40:46 UTC 2010


https://www.rtems.org/bugzilla/show_bug.cgi?id=1604

           Summary: Simplify rtems_region_create()
           Product: RTEMS
           Version: 4.10
          Platform: All
        OS/Version: RTEMS
            Status: NEW
          Severity: normal
          Priority: P3
         Component: cpukit
        AssignedTo: joel.sherrill at oarcorp.com
        ReportedBy: sebastian.huber at embedded-brains.de


Created an attachment (id=859)
 --> (https://www.rtems.org/bugzilla/attachment.cgi?id=859)
Patch.

rtems_region_create() currently checks if the starting address of the memory
region is CPU aligned.  This check is superfluous since all consistency checks
will be done by _Heap_Initialize().  It is also useless since the page size and
not the CPU alignment is the dominating factor for the memory area layout.

-- 
Configure bugmail: https://www.rtems.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the bugs mailing list