From owner-svn-src-stable@FreeBSD.ORG Sun Jan 29 15:00:32 2012 Return-Path: Delivered-To: svn-src-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 532B4106566B; Sun, 29 Jan 2012 15:00:32 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 412508FC12; Sun, 29 Jan 2012 15:00:32 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q0TF0WIj040736; Sun, 29 Jan 2012 15:00:32 GMT (envelope-from marius@svn.freebsd.org) Received: (from marius@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q0TF0WCo040734; Sun, 29 Jan 2012 15:00:32 GMT (envelope-from marius@svn.freebsd.org) Message-Id: <201201291500.q0TF0WCo040734@svn.freebsd.org> From: Marius Strobl Date: Sun, 29 Jan 2012 15:00:32 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org X-SVN-Group: stable-8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r230747 - stable/8/sys/conf X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Jan 2012 15:00:32 -0000 Author: marius Date: Sun Jan 29 15:00:31 2012 New Revision: 230747 URL: http://svn.freebsd.org/changeset/base/230747 Log: MFC: r204556 Update a comment to reflect reality and explain why we're using the medany code model. Modified: stable/8/sys/conf/kern.mk Directory Properties: stable/8/sys/ (props changed) stable/8/sys/amd64/include/xen/ (props changed) stable/8/sys/cddl/contrib/opensolaris/ (props changed) stable/8/sys/contrib/dev/acpica/ (props changed) stable/8/sys/contrib/pf/ (props changed) Modified: stable/8/sys/conf/kern.mk ============================================================================== --- stable/8/sys/conf/kern.mk Sun Jan 29 15:00:31 2012 (r230746) +++ stable/8/sys/conf/kern.mk Sun Jan 29 15:00:31 2012 (r230747) @@ -54,7 +54,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. #