svn commit: r242162 - head/sys/conf

Warner Losh imp at FreeBSD.org
Fri Oct 26 21:25:11 UTC 2012


Author: imp
Date: Fri Oct 26 21:25:10 2012
New Revision: 242162
URL: http://svn.freebsd.org/changeset/base/242162

Log:
  stack_machdep.c is dependent on ddb or stack options, not standard.

Modified:
  head/sys/conf/files.mips

Modified: head/sys/conf/files.mips
==============================================================================
--- head/sys/conf/files.mips	Fri Oct 26 21:06:33 2012	(r242161)
+++ head/sys/conf/files.mips	Fri Oct 26 21:25:10 2012	(r242162)
@@ -33,7 +33,7 @@ mips/mips/pm_machdep.c			standard
 mips/mips/pmap.c			standard
 mips/mips/ptrace_machdep.c		standard
 mips/mips/sc_machdep.c			standard
-mips/mips/stack_machdep.c		standard
+mips/mips/stack_machdep.c		optional	ddb | stack
 mips/mips/support.S			standard
 mips/mips/swtch.S			standard
 mips/mips/sys_machdep.c			standard


More information about the svn-src-head mailing list