Remove VIRT_ADDR_xxx macros
The VIRT_ADDR_xxx macros are no longer used. Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
This commit is contained in:
parent
cee6aaeff7
commit
b5d65fa442
4 changed files with 2 additions and 9 deletions
|
@ -100,7 +100,7 @@ extern int __data_num_words[];
|
|||
/* C FILES: declaration defined by the linker script */
|
||||
|
||||
#ifdef VXMICRO_ARCH_x86
|
||||
#include <cputype.h> /* VIRT_ADDR, PHYS_ADDR */
|
||||
#include <cputype.h>
|
||||
#endif /* VXMICRO_ARCH_x86 */
|
||||
|
||||
/* end address of image. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue