Cc: Andrew Jones <drjones@xxxxxxxxxx> Cc: Thomas Huth <thuth@xxxxxxxxxx> Cc: Paolo Bonzini <pbonzini@xxxxxxxxxx> Cc: Radim Krčmář <rkrcmar@xxxxxxxxxx> Suggested-by: Andrew Jones <drjones@xxxxxxxxxx> Reviewed-by: Andrew Jones <drjones@xxxxxxxxxx> Signed-off-by: Alexander Gordeev <agordeev@xxxxxxxxxx> --- lib/alloc.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/alloc.h b/lib/alloc.h index 7a73c18bef97..0b4b4bdc35ba 100644 --- a/lib/alloc.h +++ b/lib/alloc.h @@ -58,11 +58,7 @@ static inline void *memalign(size_t alignment, size_t size) return alloc_ops->memalign(alignment, size); } -#ifdef PHYS32 -typedef u32 phys_addr_t; -#else typedef u64 phys_addr_t; -#endif #define INVALID_PHYS_ADDR (~(phys_addr_t)0) /* -- 1.8.3.1 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html