From: Ard Biesheuvel Date: Wed, 22 May 2013 08:38:53 +0000 (+0200) Subject: ARM: move VFP init to an earlier boot stage X-Git-Tag: v3.12-rc1~128^2^3~2^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0773d73d818702191dd568e1e20bcafc5c64661a;p=pandora-kernel.git 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 Acked-by: Nicolas Pitre --- Reading git-diff-tree failed