aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/arm/setup.c
diff options
context:
space:
mode:
authorJulien Grall <julien.grall@linaro.org>2013-06-17 14:47:12 +0100
committerIan Campbell <ian.campbell@citrix.com>2013-07-04 11:09:57 +0100
commitacd7c3f1bb2bf8ce67bb21737f566806a10e9630 (patch)
treee70efc53a3311ed884af1edc58301454b89f7458 /xen/arch/arm/setup.c
parent2548700af698867a303e90115a1fa8aa74be5945 (diff)
downloadxen-acd7c3f1bb2bf8ce67bb21737f566806a10e9630.tar.gz
xen-acd7c3f1bb2bf8ce67bb21737f566806a10e9630.tar.bz2
xen-acd7c3f1bb2bf8ce67bb21737f566806a10e9630.zip
xen/arm: don't enable VFP on XEN during the boot
We can safely remove VFP support in XEN because: - the guest will enable VFP support when a process requires it - XEN doesn't use VFP Signed-off-by: Julien Grall <julien.grall@linaro.org> Acked-by: Ian Campbell <ian.campbell@citrix.com>
Diffstat (limited to 'xen/arch/arm/setup.c')
-rw-r--r--xen/arch/arm/setup.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/xen/arch/arm/setup.c b/xen/arch/arm/setup.c
index da2a734b58..b192d15d51 100644
--- a/xen/arch/arm/setup.c
+++ b/xen/arch/arm/setup.c
@@ -38,7 +38,6 @@
#include <asm/page.h>
#include <asm/current.h>
#include <asm/setup.h>
-#include <asm/vfp.h>
#include <asm/early_printk.h>
#include <asm/gic.h>
#include <asm/cpufeature.h>
@@ -457,8 +456,6 @@ void __init start_xen(unsigned long boot_phys_offset,
setup_virt_paging();
- enable_vfp();
-
softirq_init();
tasklet_subsys_init();