From d0d4635d034f202bb401a6efa3ba61530f3854ab Mon Sep 17 00:00:00 2001 From: Jan Beulich Date: Thu, 22 Nov 2012 10:47:58 +0100 Subject: implement vmap() ... and use it as basis for a proper ioremap() on x86. Signed-off-by: Jan Beulich Acked-by: Keir Fraser --- xen/common/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'xen/common/Makefile') diff --git a/xen/common/Makefile b/xen/common/Makefile index c1c100f6a3..1677342068 100644 --- a/xen/common/Makefile +++ b/xen/common/Makefile @@ -36,6 +36,7 @@ obj-y += time.o obj-y += timer.o obj-y += trace.o obj-y += version.o +obj-y += vmap.o obj-y += vsprintf.o obj-y += wait.o obj-y += xmalloc_tlsf.o -- cgit v1.2.3