aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/Makefile
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-11-12 12:04:15 +0000
committerKeir Fraser <keir.fraser@citrix.com>2008-11-12 12:04:15 +0000
commitbe3d9af19ce74ac274d9c510f335f319f25ea701 (patch)
treec8ab8a3a45a9a16ec1285c601f5590b6c090b969 /xen/arch/x86/Makefile
parent71e65dbc3e12fdf39299a9abe37253bdc7e84bae (diff)
downloadxen-be3d9af19ce74ac274d9c510f335f319f25ea701.tar.gz
xen-be3d9af19ce74ac274d9c510f335f319f25ea701.tar.bz2
xen-be3d9af19ce74ac274d9c510f335f319f25ea701.zip
x86: add SSE-based copy_page()
In top of the highmem asstance hypercalls added earlier, this provides a performance improvement of another 12% (measured on Xeon E5345) for the page copying case. Signed-off-by: Jan Beulich <jbeulich@novell.com>
Diffstat (limited to 'xen/arch/x86/Makefile')
-rw-r--r--xen/arch/x86/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/xen/arch/x86/Makefile b/xen/arch/x86/Makefile
index eb9dd08f47..60ec345073 100644
--- a/xen/arch/x86/Makefile
+++ b/xen/arch/x86/Makefile
@@ -11,6 +11,7 @@ subdir-$(x86_64) += x86_64
obj-y += apic.o
obj-y += bitops.o
obj-y += clear_page.o
+obj-y += copy_page.o
obj-y += compat.o
obj-y += delay.o
obj-y += dmi_scan.o