Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Apr 2010 01:15:47 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org
Subject:   svn commit: r206782 - stable/8/sys/conf
Message-ID:  <201004180115.o3I1FlLh027356@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: imp
Date: Sun Apr 18 01:15:47 2010
New Revision: 206782
URL: http://svn.freebsd.org/changeset/base/206782

Log:
  Remap COMPAT_IA32 to COMPAT_FREEBSD32 to ease the transition of this
  option and not break 8.0 config files later in the 8.x branch.
  
  # Yes, this is a direct commit, since this is not relevant to head.

Modified:
  stable/8/sys/conf/options.amd64
  stable/8/sys/conf/options.ia64

Modified: stable/8/sys/conf/options.amd64
==============================================================================
--- stable/8/sys/conf/options.amd64	Sun Apr 18 00:57:30 2010	(r206781)
+++ stable/8/sys/conf/options.amd64	Sun Apr 18 01:15:47 2010	(r206782)
@@ -11,6 +11,7 @@ MP_WATCHDOG
 # Options for emulators.  These should only be used at config time, so
 # they are handled like options for static filesystems
 # (see src/sys/conf/options), except for broken debugging options.
+COMPAT_IA32		= COMPAT_FREEBSD32
 COMPAT_FREEBSD32	opt_compat.h
 #IBCS2			opt_dontuse.h
 #COMPAT_LINUX		opt_dontuse.h

Modified: stable/8/sys/conf/options.ia64
==============================================================================
--- stable/8/sys/conf/options.ia64	Sun Apr 18 00:57:30 2010	(r206781)
+++ stable/8/sys/conf/options.ia64	Sun Apr 18 01:15:47 2010	(r206782)
@@ -9,6 +9,7 @@ LOG2_PAGE_SIZE		opt_global.h
 
 UWX_TRACE_ENABLE	opt_global.h
 
+COMPAT_IA32		= COMPAT_FREEBSD32
 COMPAT_FREEBSD32	opt_compat.h
 
 EXCEPTION_TRACING	opt_xtrace.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201004180115.o3I1FlLh027356>