[Bug 1538] New: nios: _CPU_virtual_to_physical missing
bugzilla-daemon at rtems.org
bugzilla-daemon at rtems.org
Sat May 29 06:26:59 UTC 2010
https://www.rtems.org/bugzilla/show_bug.cgi?id=1538
Summary: nios: _CPU_virtual_to_physical missing
Product: RTEMS
Version: 4.10
Platform: All
OS/Version: RTEMS
Status: NEW
Severity: minor
Priority: P3
Component: libcpu
AssignedTo: joel.sherrill at oarcorp.com
ReportedBy: ralf.corsepius at rtems.org
The nios port tries to use _CPU_virtual_to_physical but doesn't have it.
# grep -R _CPU_virtual_to_physical cpukit c
...
c/src/lib/libcpu/nios2/shared/cache/cache.c: void * p_address = (void *)
_CPU_virtual_to_physical( d_addr );
c/src/lib/libcpu/nios2/shared/cache/cache.c: void * p_address = (void *)
_CPU_virtual_to_physical( d_addr );
c/src/lib/libcpu/nios2/shared/cache/cache.c: void * p_address = (void *)
_CPU_virtual_to_physical( i_addr );
...
IMO, we should stop pretending there was a nios port in RTEMS.
--
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