svn commit: r228858 - head/sys/conf

Marius Strobl marius at FreeBSD.org
Sat Dec 24 12:28:24 UTC 2011


Author: marius
Date: Sat Dec 24 12:28:23 2011
New Revision: 228858
URL: http://svn.freebsd.org/changeset/base/228858

Log:
  Update a comment to reflect reality and explain why we're using the
  medany code model.

Modified:
  head/sys/conf/kern.mk

Modified: head/sys/conf/kern.mk
==============================================================================
--- head/sys/conf/kern.mk	Sat Dec 24 12:16:38 2011	(r228857)
+++ head/sys/conf/kern.mk	Sat Dec 24 12:28:23 2011	(r228858)
@@ -69,7 +69,8 @@ INLINE_LIMIT?=	15000
 .endif
 
 #
-# For sparc64 we want medlow code model, and we tell gcc to use floating
+# For sparc64 we want the medany code model so modules may be located
+# anywhere in the 64-bit address space.  We also tell GCC to use floating
 # point emulation.  This avoids using floating point registers for integer
 # operations which it has a tendency to do.
 #


More information about the svn-src-head mailing list