Remove PHYS_ADDR_xxx macros

The PHYS_ADDR_xxx macros are no longer used.

Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
This commit is contained in:
Peter Mitsis 2015-04-13 16:38:26 -04:00 committed by Anas Nashif
commit 3f44105695

View file

@ -36,7 +36,4 @@
typedef unsigned int PHYS_ADDR;
typedef unsigned int VIRT_ADDR;
#define PHYS_ADDR_NONE (PHYS_ADDR)(-1)
#define PHYS_ADDR_ANY (PHYS_ADDR)(0)
#endif /* _x86_addr_types__h_ */