Module Name: src Committed By: bouyer Date: Sun Apr 8 09:19:27 UTC 2018
Modified Files: src/sys/arch/arm/vfp: vfp_init.c Log Message: Remove the call to vfp_fpscr_handler() from vfp_handler(). It actually never avoids a full FPU switch, and costs a function call and a few tests. Discussed on port-arm@ on october 2017: http://mail-index.netbsd.org/port-arm/2017/10/16/msg004411.html To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57 src/sys/arch/arm/vfp/vfp_init.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.