[Bug 1537] New: lm32: _CPU_virtual_to_physical
bugzilla-daemon at rtems.org
bugzilla-daemon at rtems.org
Sat May 29 06:05:55 UTC 2010
https://www.rtems.org/bugzilla/show_bug.cgi?id=1537
Summary: lm32: _CPU_virtual_to_physical
Product: RTEMS
Version: 4.10
Platform: All
OS/Version: RTEMS
Status: NEW
Severity: major
Priority: P3
Component: bsps
AssignedTo: joel.sherrill at oarcorp.com
ReportedBy: ralf.corsepius at rtems.org
This warning occurs while building the lm32_evr:
../../../../../../../c/src/lib/libcpu/lm32/shared/cache/cache.c:25:3: warning:
implicit declaration of function '_CPU_virtual_to_physical'
../../../../../../../c/src/lib/libcpu/lm32/shared/cache/cache.c:25:3: warning:
nested extern declaration of '_CPU_virtual_to_physical'
A grep through the source tree shows this function doesn't exist for this
cpu/BSP:
# grep -R _CPU_virtual_to_physical cpukit c
cpukit/score/cpu/m68k/rtems/score/m68k.h: * _CPU_virtual_to_physical
cpukit/score/cpu/m68k/rtems/score/m68k.h:static inline void *
_CPU_virtual_to_physical (
c/src/lib/libcpu/m68k/shared/cache/cache.c: void * p_address = (void *)
_CPU_virtual_to_physical( d_addr );
c/src/lib/libcpu/m68k/shared/cache/cache.c: void * p_address = (void *)
_CPU_virtual_to_physical( d_addr );
c/src/lib/libcpu/m68k/shared/cache/cache.c: void * p_address = (void *)
_CPU_virtual_to_physical( d_addr );
c/src/lib/libcpu/m68k/shared/cache/cache.c: void * p_address = (void *)
_CPU_virtual_to_physical( d_addr );
c/src/lib/libcpu/m68k/shared/cache/cache.c: void * p_address = (void *)
_CPU_virtual_to_physical( i_addr );
c/src/lib/libcpu/lm32/shared/cache/cache.c: void * p_address = (void *)
_CPU_virtual_to_physical( d_addr );
c/src/lib/libcpu/lm32/shared/cache/cache.c: void * p_address = (void *)
_CPU_virtual_to_physical( d_addr );
c/src/lib/libcpu/lm32/shared/cache/cache.c: void * p_address = (void *)
_CPU_virtual_to_physical( i_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( d_addr );
c/src/lib/libcpu/nios2/shared/cache/cache.c: void * p_address = (void *)
_CPU_virtual_to_physical( i_addr );
--
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