From: Xiantao Zhang Date: Wed, 7 May 2008 09:34:52 +0000 (+0800) Subject: KVM: ia64: fix GVMM module including position-dependent objects X-Git-Tag: v2.6.26-rc4~122^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=25c437b01f3a04af5362c7fd80ba91a0ec74f007;p=pandora-kernel.git KVM: ia64: fix GVMM module including position-dependent objects The GVMM module is position independent since it is relocated to the guest address space. Commit ea696f9cf ("ia64 kvm fixes for O=... builds") broke this by linking GVMM with non-PIC objects. Fix by creating two files: memset.S and memcpy.S which just include the files under arch/ia64/lib/{memset.S, memcpy.S} respectively. [akpm: don't delete files which we need] Signed-off-by: Xiantao Zhang Signed-off-by: Andrew Morton Signed-off-by: Avi Kivity --- Reading git-diff-tree failed