summaryrefslogtreecommitdiffstats
path: root/arch/ia64/kvm/memset.S
diff options
context:
space:
mode:
authorXiantao Zhang2008-05-07 11:34:52 +0200
committerAvi Kivity2008-05-18 13:34:16 +0200
commit25c437b01f3a04af5362c7fd80ba91a0ec74f007 (patch)
tree9698337876018bd358f06ccb505aaa1fb20b2e65 /arch/ia64/kvm/memset.S
parentKVM: ia64: Define new kvm_fpreg struture to replace ia64_fpreg (diff)
downloadkernel-qcow2-linux-25c437b01f3a04af5362c7fd80ba91a0ec74f007.tar.gz
kernel-qcow2-linux-25c437b01f3a04af5362c7fd80ba91a0ec74f007.tar.xz
kernel-qcow2-linux-25c437b01f3a04af5362c7fd80ba91a0ec74f007.zip
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 <xiantao.zhang@intel.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Avi Kivity <avi@qumranet.com>
Diffstat (limited to 'arch/ia64/kvm/memset.S')
-rw-r--r--arch/ia64/kvm/memset.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/ia64/kvm/memset.S b/arch/ia64/kvm/memset.S
new file mode 100644
index 000000000000..83c3066d844a
--- /dev/null
+++ b/arch/ia64/kvm/memset.S
@@ -0,0 +1 @@
+#include "../lib/memset.S"