kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] KVM: Qemu: fix compilation error in IA64
@ 2009-04-02  1:58 Zhang, Yang
  2009-04-02  9:58 ` Avi Kivity
  0 siblings, 1 reply; 2+ messages in thread
From: Zhang, Yang @ 2009-04-02  1:58 UTC (permalink / raw)
  To: kvm-ia64; +Cc: kvm, Avi Kivity, Zhang, Xiantao

[-- Attachment #1: Type: text/plain, Size: 714 bytes --]

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 #2: 0001-KVM-Qemu-fix-compilation-error-in-IA64.patch --]
[-- Type: application/octet-stream, Size: 886 bytes --]

From 0714123c279861b74a6ee5d3990a9af40dfb6b1c Mon Sep 17 00:00:00 2001
From: Yang Zhang <Yang Zhang>
Date: Wed, 1 Apr 2009 06:19:11 -0400
Subject: [PATCH] KVM: Qemu: fix compilation error in IA64

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] KVM: Qemu: fix compilation error in IA64
  2009-04-02  1:58 [PATCH] KVM: Qemu: fix compilation error in IA64 Zhang, Yang
@ 2009-04-02  9:58 ` Avi Kivity
  0 siblings, 0 replies; 2+ messages in thread
From: Avi Kivity @ 2009-04-02  9:58 UTC (permalink / raw)
  To: Zhang, Yang; +Cc: kvm-ia64, kvm, Zhang, Xiantao

Zhang, Yang wrote:
> fix compilation error in IA64
>
>   

Applied, thanks.

-- 
error compiling committee.c: too many arguments to function


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-04-02  9:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-04-02  1:58 [PATCH] KVM: Qemu: fix compilation error in IA64 Zhang, Yang
2009-04-02  9:58 ` Avi Kivity

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).