svn commit: r247341 - head/sys/arm/include

Olivier Houchard cognet at FreeBSD.org
Tue Feb 26 20:01:06 UTC 2013


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


More information about the svn-src-all mailing list