[Bug 1986] New: Unused file: c/src/lib/libcpu/shared/src/cache_aligned_malloc.c

bugzilla-daemon at rtems.org bugzilla-daemon at rtems.org
Fri Dec 9 06:07:05 UTC 2011


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

           Summary: Unused file:
                    c/src/lib/libcpu/shared/src/cache_aligned_malloc.c
           Product: RTEMS
           Version: HEAD
          Platform: All
        OS/Version: RTEMS
            Status: NEW
          Severity: normal
          Priority: P3
         Component: libcpu
        AssignedTo: joel.sherrill at oarcorp.com
        ReportedBy: ralf.corsepius at rtems.org


The file c/src/lib/libcpu/shared/src/cache_aligned_malloc.c is unused.

The only function it exports (rtems_cache_aligned_malloc) is not
declared in any header and therefore is not accessible without applying
trickery.

I'd suggest to either remove this file or and add the function
"rtems_cache_aligned_malloc" to a public header.

As with similar findings before, I am not sure about what is desired and what
to do about. In this case, I am leaning to remove the file.

-- 
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