Author: cognet Date: Tue Feb 26 20:01:05 2013 New Revision: 247341 URL: http://svnweb.freebsd.org/changeset/base/247341
Log: Export vfp_init() prototype, for use in the MP code. Modified: head/sys/arm/include/vfp.h Modified: head/sys/arm/include/vfp.h ============================================================================== --- head/sys/arm/include/vfp.h Tue Feb 26 19:59:52 2013 (r247340) +++ head/sys/arm/include/vfp.h Tue Feb 26 20:01:05 2013 (r247341) @@ -124,5 +124,6 @@ #define COPROC10 (0x3 << 20) #define COPROC11 (0x3 << 22) +void vfp_init(void); #endif _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"