Displaying 1 result from an estimated 1 matches for "cc1a72a".
2013 Feb 21
2
[PATCH] xen: consolidate implementations of LOG() macro
....org
---
xen/arch/arm/arm32/asm-offsets.c | 8 +-------
xen/arch/x86/x86_64/asm-offsets.c | 8 +-------
xen/include/xen/bitops.h | 7 +++++++
3 files changed, 9 insertions(+), 14 deletions(-)
diff --git a/xen/arch/arm/arm32/asm-offsets.c b/xen/arch/arm/arm32/asm-offsets.c
index cc1a72a..6d00c86 100644
--- a/xen/arch/arm/arm32/asm-offsets.c
+++ b/xen/arch/arm/arm32/asm-offsets.c
@@ -8,6 +8,7 @@
#include <xen/config.h>
#include <xen/types.h>
#include <xen/sched.h>
+#include <xen/bitops.h>
#include <public/xen.h>
#include <asm/current.h>
@@...