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
|
@ -152,9 +152,6 @@ the 'generic_pc' BSP.
|
||||||
NANO_CPU_INT_REGISTER(s, INT_VEC_IRQ0 + (irq), 0)
|
NANO_CPU_INT_REGISTER(s, INT_VEC_IRQ0 + (irq), 0)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Start of the 4 MB virtual address space */
|
|
||||||
#define VIRT_ADDR_START 0x00000000
|
|
||||||
|
|
||||||
#ifndef _ASMLANGUAGE
|
#ifndef _ASMLANGUAGE
|
||||||
/*
|
/*
|
||||||
* Device drivers utilize the macros PLB_BYTE_REG_WRITE() and
|
* Device drivers utilize the macros PLB_BYTE_REG_WRITE() and
|
||||||
|
|
|
@ -137,9 +137,6 @@ the 'Quark' BSP.
|
||||||
NANO_CPU_INT_REGISTER(s, INT_VEC_IRQ0 + (irq), 0)
|
NANO_CPU_INT_REGISTER(s, INT_VEC_IRQ0 + (irq), 0)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Start of the 4 MB virtual address space */
|
|
||||||
#define VIRT_ADDR_START 0x00000000
|
|
||||||
|
|
||||||
/* PCI definitions */
|
/* PCI definitions */
|
||||||
#define PCI_CTRL_ADDR_REG 0xCF8
|
#define PCI_CTRL_ADDR_REG 0xCF8
|
||||||
#define PCI_CTRL_DATA_REG 0xCFC
|
#define PCI_CTRL_DATA_REG 0xCFC
|
||||||
|
|
|
@ -100,7 +100,7 @@ extern int __data_num_words[];
|
||||||
/* C FILES: declaration defined by the linker script */
|
/* C FILES: declaration defined by the linker script */
|
||||||
|
|
||||||
#ifdef VXMICRO_ARCH_x86
|
#ifdef VXMICRO_ARCH_x86
|
||||||
#include <cputype.h> /* VIRT_ADDR, PHYS_ADDR */
|
#include <cputype.h>
|
||||||
#endif /* VXMICRO_ARCH_x86 */
|
#endif /* VXMICRO_ARCH_x86 */
|
||||||
|
|
||||||
/* end address of image. */
|
/* end address of image. */
|
||||||
|
|
|
@ -35,9 +35,8 @@
|
||||||
|
|
||||||
typedef unsigned int PHYS_ADDR;
|
typedef unsigned int PHYS_ADDR;
|
||||||
typedef unsigned int VIRT_ADDR;
|
typedef unsigned int VIRT_ADDR;
|
||||||
|
|
||||||
#define PHYS_ADDR_NONE (PHYS_ADDR)(-1)
|
#define PHYS_ADDR_NONE (PHYS_ADDR)(-1)
|
||||||
#define VIRT_ADDR_NONE (VIRT_ADDR)(-1)
|
|
||||||
#define PHYS_ADDR_ANY (PHYS_ADDR)(0)
|
#define PHYS_ADDR_ANY (PHYS_ADDR)(0)
|
||||||
#define VIRT_ADDR_ANY (VIRT_ADDR)(0)
|
|
||||||
|
|
||||||
#endif /* _x86_addr_types__h_ */
|
#endif /* _x86_addr_types__h_ */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue