Author: imp Date: Sun Aug 15 08:38:48 2010 New Revision: 211324 URL: http://svn.freebsd.org/changeset/base/211324
Log: Add lame COMPAT_IA32 lines to all the options.* files until I fix config. Modified: stable/8/sys/conf/options.arm stable/8/sys/conf/options.mips stable/8/sys/conf/options.pc98 stable/8/sys/conf/options.powerpc stable/8/sys/conf/options.sparc64 stable/8/sys/conf/options.sun4v Modified: stable/8/sys/conf/options.arm ============================================================================== --- stable/8/sys/conf/options.arm Sun Aug 15 08:32:09 2010 (r211323) +++ stable/8/sys/conf/options.arm Sun Aug 15 08:38:48 2010 (r211324) @@ -36,3 +36,6 @@ VERBOSE_INIT_ARM opt_global.h AT91_BWCT opt_at91.h AT91_TSC opt_at91.h AT91_KWIKBYTE opt_at91.h + +# Needed for the compatibility mapping for amd64 -- will go away soon +COMPAT_IA32 opt_dontuse.h Modified: stable/8/sys/conf/options.mips ============================================================================== --- stable/8/sys/conf/options.mips Sun Aug 15 08:32:09 2010 (r211323) +++ stable/8/sys/conf/options.mips Sun Aug 15 08:38:48 2010 (r211324) @@ -55,3 +55,6 @@ TARGET_EMULATOR opt_ddb.h TICK_USE_YAMON_FREQ opt_global.h TICK_USE_MALTA_RTC opt_global.h + +# Needed for the compatibility mapping for amd64 -- will go away soon +COMPAT_IA32 opt_dontuse.h Modified: stable/8/sys/conf/options.pc98 ============================================================================== --- stable/8/sys/conf/options.pc98 Sun Aug 15 08:32:09 2010 (r211323) +++ stable/8/sys/conf/options.pc98 Sun Aug 15 08:38:48 2010 (r211324) @@ -18,6 +18,7 @@ POWERFAIL_NMI opt_trap.h # 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 opt_dontuse.h COMPAT_AOUT opt_dontuse.h IBCS2 opt_dontuse.h COMPAT_LINUX opt_dontuse.h Modified: stable/8/sys/conf/options.powerpc ============================================================================== --- stable/8/sys/conf/options.powerpc Sun Aug 15 08:32:09 2010 (r211323) +++ stable/8/sys/conf/options.powerpc Sun Aug 15 08:38:48 2010 (r211324) @@ -17,3 +17,6 @@ PSIM SC_OFWFB opt_ofwfb.h OFWCONS_POLL_HZ opt_ofw.h + +# Needed for the compatibility mapping for amd64 -- will go away soon +COMPAT_IA32 opt_dontuse.h Modified: stable/8/sys/conf/options.sparc64 ============================================================================== --- stable/8/sys/conf/options.sparc64 Sun Aug 15 08:32:09 2010 (r211323) +++ stable/8/sys/conf/options.sparc64 Sun Aug 15 08:38:48 2010 (r211324) @@ -30,3 +30,6 @@ SCHIZO_DEBUG opt_schizo.h SUNKBD_DFLT_KEYMAP opt_sunkbd.h SUNKBD_EMULATE_ATKBD opt_sunkbd.h + +# Needed for the compatibility mapping for amd64 -- will go away soon +COMPAT_IA32 opt_dontuse.h Modified: stable/8/sys/conf/options.sun4v ============================================================================== --- stable/8/sys/conf/options.sun4v Sun Aug 15 08:32:09 2010 (r211323) +++ stable/8/sys/conf/options.sun4v Sun Aug 15 08:38:48 2010 (r211324) @@ -13,3 +13,6 @@ DTRACE opt_global.h TRAP_TRACING opt_trap_trace.h TRAP_TRACE_ENTRIES opt_trap_trace.h + +# Needed for the compatibility mapping for amd64 -- will go away soon +COMPAT_IA32 opt_dontuse.h _______________________________________________ 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"