arch:arm: Fix undefined instruction for vfp

VFP enable bit needs CP10 & CP11 in CPACR (Co Processor access
control register) to be enabled, otherwise floating point exception
enable (FPEX.EN) would fail with undefined instruction. Use isb to
make sure CP10 & CP11 are enabled in CPACR before enabling FPEX.EN
bit.

Change-Id: Ie33edc8c96ae2264acd51a53c2b9a302815b29d8
1 file changed