ARM: move VFP init to an earlier boot stage
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Wed, 22 May 2013 08:38:53 +0000 (10:38 +0200)
committerGreg Hackmann <ghackmann@google.com>
Mon, 12 Jan 2015 21:02:12 +0000 (13:02 -0800)
commitdd74ce89359fa76f1206a336915e7ed7b4243021
tree9b81d99b85558aa7dd081f5975376b8c34c8d367
parent47c7a7c1f8f53e7d4f5ab38cac484718b6840c30
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>
arch/arm/vfp/vfpmodule.c