svn commit: r234926 - head/sys/mips/conf
Robert Watson
rwatson at FreeBSD.org
Wed May 2 12:15:35 UTC 2012
Author: rwatson
Date: Wed May 2 12:15:34 2012
New Revision: 234926
URL: http://svn.freebsd.org/changeset/base/234926
Log:
mips/mips64eb became mips/mips64 while I wasn't looking (whoops), so update
GXEMUL kernel config for the new world order.
Spotted by: bz
MFC after: 3 weeks
Modified:
head/sys/mips/conf/GXEMUL
Modified: head/sys/mips/conf/GXEMUL
==============================================================================
--- head/sys/mips/conf/GXEMUL Wed May 2 11:38:58 2012 (r234925)
+++ head/sys/mips/conf/GXEMUL Wed May 2 12:15:34 2012 (r234926)
@@ -6,7 +6,7 @@
ident GXEMUL
-machine mips mips64eb
+machine mips mips64
cpu CPU_MIPS4KC
options HZ=100
More information about the svn-src-all
mailing list