diff options
author | Xiantao Zhang <xiantao.zhang@intel.com> | 2008-05-07 17:34:52 +0800 |
---|---|---|
committer | Avi Kivity <avi@qumranet.com> | 2008-05-18 14:34:16 +0300 |
commit | 25c437b01f3a04af5362c7fd80ba91a0ec74f007 (patch) | |
tree | 9698337876018bd358f06ccb505aaa1fb20b2e65 /virt/kvm | |
parent | 021f4b6cc966d02b2bcd68841bc2f0c4897edcbb (diff) |
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 'virt/kvm')
0 files changed, 0 insertions, 0 deletions