Author: nwhitehorn Date: Tue Jul 13 01:24:02 2010 New Revision: 209963 URL: http://svn.freebsd.org/changeset/base/209963
Log: Add a missing architecture declaration to the machine specification for sun4v. Modified: head/sys/sun4v/conf/DEFAULTS Modified: head/sys/sun4v/conf/DEFAULTS ============================================================================== --- head/sys/sun4v/conf/DEFAULTS Mon Jul 12 23:49:04 2010 (r209962) +++ head/sys/sun4v/conf/DEFAULTS Tue Jul 13 01:24:02 2010 (r209963) @@ -3,7 +3,7 @@ # # $FreeBSD$ -machine sun4v +machine sun4v sparc64 # Pseudo devices. device mem # Memory and kernel memory devices _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "[email protected]"
