Hi, Avi Please apply the patch and queue it as 2.6.28 fix. Thanks! Xiantao >From d759572033e1bf0e4ca6b7d8f7be8e8387fb4bbb Mon Sep 17 00:00:00 2001 From: Xiantao Zhang <xiantao.zhang@xxxxxxxxx> Date: Thu, 20 Nov 2008 10:35:35 +0800 Subject: [PATCH] KVM: IA64: Using CFLAGS_vcpu.o to compile vcpu.c EXTRA_CFLAGS doesn't work for this case. Signed-off-by: Xiantao Zhang <xiantao.zhang@xxxxxxxxx> --- arch/ia64/kvm/Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/ia64/kvm/Makefile b/arch/ia64/kvm/Makefile index 3ab4d6d..92cef66 100644 --- a/arch/ia64/kvm/Makefile +++ b/arch/ia64/kvm/Makefile @@ -58,7 +58,7 @@ endif kvm-objs := $(common-objs) kvm-ia64.o kvm_fw.o obj-$(CONFIG_KVM) += kvm.o -EXTRA_CFLAGS_vcpu.o += -mfixed-range=f2-f5,f12-f127 +CFLAGS_vcpu.o += -mfixed-range=f2-f5,f12-f127 kvm-intel-objs = vmm.o vmm_ivt.o trampoline.o vcpu.o optvfault.o mmio.o \ vtlb.o process.o #Add link memcpy and memset to avoid possible structure assignment error -- 1.6.0
Attachment:
0001-KVM-IA64-Using-CFLAGS_vcpu.o-to-compile-vcpu.c.patch
Description: 0001-KVM-IA64-Using-CFLAGS_vcpu.o-to-compile-vcpu.c.patch