aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/setup.c
diff options
context:
space:
mode:
authorJan Beulich <jbeulich@suse.com>2012-11-22 10:47:58 +0100
committerJan Beulich <jbeulich@suse.com>2012-11-22 10:47:58 +0100
commitd0d4635d034f202bb401a6efa3ba61530f3854ab (patch)
tree3f2582ada49966c66898d6fdf8568e81098595f7 /xen/arch/x86/setup.c
parent7bdfb850aecdf43e2723e0a6c4415d6a81d4d187 (diff)
downloadxen-d0d4635d034f202bb401a6efa3ba61530f3854ab.tar.gz
xen-d0d4635d034f202bb401a6efa3ba61530f3854ab.tar.bz2
xen-d0d4635d034f202bb401a6efa3ba61530f3854ab.zip
implement vmap()
... and use it as basis for a proper ioremap() on x86. Signed-off-by: Jan Beulich <jbeulich@suse.com> Acked-by: Keir Fraser <keir@xen.org>
Diffstat (limited to 'xen/arch/x86/setup.c')
-rw-r--r--xen/arch/x86/setup.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/xen/arch/x86/setup.c b/xen/arch/x86/setup.c
index e299935e1c..f4d3788e06 100644
--- a/xen/arch/x86/setup.c
+++ b/xen/arch/x86/setup.c
@@ -1104,6 +1104,7 @@ void __init __start_xen(unsigned long mbi_p)
end_boot_allocator();
system_state = SYS_STATE_boot;
+ vm_init();
vesa_init();
softirq_init();