summaryrefslogtreecommitdiff
path: root/arch/arm/vfp
diff options
context:
space:
mode:
authorHyungwoo Yang <hyungwooy@nvidia.com>2012-05-14 15:34:42 -0700
committerSimone Willett <swillett@nvidia.com>2012-05-21 18:40:57 -0700
commitd12a38f2d5db91ba90e16fddd295f24836ea9cce (patch)
tree42d3beb09d558072bf8f0e634b4836de20bce748 /arch/arm/vfp
parentc74b325a3d7b8c5c31fdfedbb5c55a75e35802a4 (diff)
Revert "ARM: vfp: Prevent process migration"
This reverts commit 68667feb8eae225f1293a7044c989ab0bba8dbd1. Change-Id: I59023f2d83392465f7a989693b67cef96d565ed9 Signed-off-by: Hyungwoo Yang <hyungwooy@nvidia.com> Reviewed-on: http://git-master/r/102314 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Yu-Huan Hsu <yhsu@nvidia.com>
Diffstat (limited to 'arch/arm/vfp')
-rw-r--r--arch/arm/vfp/vfpmodule.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/arm/vfp/vfpmodule.c b/arch/arm/vfp/vfpmodule.c
index 6a46b56f7538..e381dc68505d 100644
--- a/arch/arm/vfp/vfpmodule.c
+++ b/arch/arm/vfp/vfpmodule.c
@@ -574,9 +574,6 @@ static int __init vfp_init(void)
unsigned int vfpsid;
unsigned int cpu_arch = cpu_architecture();
-#ifdef CONFIG_SMP
- preempt_disable();
-#endif
if (cpu_arch >= CPU_ARCH_ARMv6)
vfp_enable(NULL);
@@ -647,9 +644,6 @@ static int __init vfp_init(void)
elf_hwcap |= HWCAP_VFPv4;
}
}
-#ifdef CONFIG_SMP
- preempt_enable();
-#endif
return 0;
}