android_kernel_samsung_msm8976/arch/arm/vfp
Ard Biesheuvel 05abea623d ARM: move VFP init to an earlier boot stage
In order to use the NEON unit in the kernel, we should
initialize it a bit earlier in the boot process so NEON users
that like to do a quick benchmark at load time (like the
xor_blocks or RAID-6 code) find the NEON/VFP unit already
enabled.

Replaced late_initcall() with core_initcall().

Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Acked-by: Nicolas Pitre <nico@linaro.org>
Git-commit: dd74ce89359fa76f1206a336915e7ed7b4243021
Git-repo: https://android.googlesource.com/kernel/common.git
Signed-off-by: Ian Maund <imaund@codeaurora.org>
2015-03-19 14:59:26 -07:00
..
Makefile
entry.S
vfp.h
vfpdouble.c
vfphw.S
vfpinstr.h
vfpmodule.c ARM: move VFP init to an earlier boot stage 2015-03-19 14:59:26 -07:00
vfpsingle.c