From 3f44105695af1e1c75bc3547f9a5b55274542c23 Mon Sep 17 00:00:00 2001 From: Peter Mitsis Date: Mon, 13 Apr 2015 16:38:26 -0400 Subject: [PATCH] Remove PHYS_ADDR_xxx macros The PHYS_ADDR_xxx macros are no longer used. Signed-off-by: Peter Mitsis --- include/nanokernel/x86/addr_types.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/nanokernel/x86/addr_types.h b/include/nanokernel/x86/addr_types.h index 1f4de7b6bf8..8990076e77c 100644 --- a/include/nanokernel/x86/addr_types.h +++ b/include/nanokernel/x86/addr_types.h @@ -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_ */