Date: Thu, 20 Jan 2011 12:45:29 +0000 (UTC) From: "Jayachandran C." <jchandra@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r217636 - in head/sys/mips: conf rmi Message-ID: <201101201245.p0KCjTBd013768@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jchandra Date: Thu Jan 20 12:45:29 2011 New Revision: 217636 URL: http://svn.freebsd.org/changeset/base/217636 Log: Move 'cpu CPU_RMI' to std.xlr, this is common for all XLR cpus. Modified: head/sys/mips/conf/XLR head/sys/mips/conf/XLR64 head/sys/mips/conf/XLRN32 head/sys/mips/rmi/std.xlr Modified: head/sys/mips/conf/XLR ============================================================================== --- head/sys/mips/conf/XLR Thu Jan 20 12:40:09 2011 (r217635) +++ head/sys/mips/conf/XLR Thu Jan 20 12:45:29 2011 (r217636) @@ -46,13 +46,10 @@ # $FreeBSD$ machine mips mipseb -cpu CPU_RMI ident XLR - -makeoptions MODULES_OVERRIDE="" - include "../rmi/std.xlr" +makeoptions MODULES_OVERRIDE="" makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols makeoptions KERNLOADADDR=0x80100000 #profile 2 Modified: head/sys/mips/conf/XLR64 ============================================================================== --- head/sys/mips/conf/XLR64 Thu Jan 20 12:40:09 2011 (r217635) +++ head/sys/mips/conf/XLR64 Thu Jan 20 12:45:29 2011 (r217636) @@ -18,13 +18,10 @@ # $FreeBSD$ machine mips mips64eb -cpu CPU_RMI ident XLR64 - -makeoptions MODULES_OVERRIDE="" - include "../rmi/std.xlr" +makeoptions MODULES_OVERRIDE="" makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols makeoptions ARCH_FLAGS="-march=mips64 -mabi=64" makeoptions KERNLOADADDR=0xffffffff80100000 Modified: head/sys/mips/conf/XLRN32 ============================================================================== --- head/sys/mips/conf/XLRN32 Thu Jan 20 12:40:09 2011 (r217635) +++ head/sys/mips/conf/XLRN32 Thu Jan 20 12:45:29 2011 (r217636) @@ -18,12 +18,10 @@ # $FreeBSD$ machine mips mipsn32eb -cpu CPU_RMI ident XLRN32 - -makeoptions MODULES_OVERRIDE="" include "../rmi/std.xlr" +makeoptions MODULES_OVERRIDE="" makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols makeoptions ARCH_FLAGS="-march=mips64 -mabi=n32" makeoptions KERNLOADADDR=0x80100000 Modified: head/sys/mips/rmi/std.xlr ============================================================================== --- head/sys/mips/rmi/std.xlr Thu Jan 20 12:40:09 2011 (r217635) +++ head/sys/mips/rmi/std.xlr Thu Jan 20 12:45:29 2011 (r217636) @@ -1,7 +1,5 @@ # $FreeBSD$ files "../rmi/files.xlr" -# -# XXXMIPS: It's a stub, isn't it? -# +cpu CPU_RMI option NOFPU
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201101201245.p0KCjTBd013768>