Signed-off-by: Sasha Levin <[email protected]>
---
tools/kvm/include/kvm/bios.h | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/tools/kvm/include/kvm/bios.h b/tools/kvm/include/kvm/bios.h
index dd70c44..914720b 100644
--- a/tools/kvm/include/kvm/bios.h
+++ b/tools/kvm/include/kvm/bios.h
@@ -51,8 +51,10 @@
#define MB_BIOS_SS 0xfff7
#define MB_BIOS_SP 0x40
+#ifndef ALIGN
#define ALIGN(x, a) \
(((x) + ((a) - 1)) & ~((a) - 1))
+#endif
/*
* note we use 16 bytes alignment which makes segment based
--
1.7.5.rc3
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html