[PATCH] KVM: Qemu: fix compilation error in IA64

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



fix compilation error in IA64

Signed-off-by: Yang Zhang <Yang Zhang>
---
 kernel/ia64/external-module-compat.h |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/kernel/ia64/external-module-compat.h b/kernel/ia64/external-module-compat.h
index 592733c..bc78c3d 100644
--- a/kernel/ia64/external-module-compat.h
+++ b/kernel/ia64/external-module-compat.h
@@ -42,6 +42,12 @@ typedef u64 phys_addr_t;
 
 #endif
 
+#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,30)
+
+#define PAGE_KERNEL_UC __pgprot(__DIRTY_BITS  | _PAGE_PL_0 | _PAGE_AR_RWX | \
+                                       _PAGE_MA_UC)
+#endif
+
 #endif
 
 #ifndef CONFIG_HAVE_KVM_IRQCHIP
-- 
1.6.0.rc1

Attachment: 0001-KVM-Qemu-fix-compilation-error-in-IA64.patch
Description: 0001-KVM-Qemu-fix-compilation-error-in-IA64.patch


[Index of Archives]     [Linux KVM Devel]     [Linux Virtualization]     [Big List of Linux Books]     [Linux SCSI]     [Yosemite Forum]

  Powered by Linux