svn commit: r241946 - head/sys/conf

Warner Losh imp at FreeBSD.org
Tue Oct 23 15:33:41 UTC 2012


Author: imp
Date: Tue Oct 23 15:33:40 2012
New Revision: 241946
URL: http://svn.freebsd.org/changeset/base/241946

Log:
  intr_machdep.c and trap.c can be replaced with ports' own versions,
  so remove the standard ones from here.

Modified:
  head/sys/conf/files.mips

Modified: head/sys/conf/files.mips
==============================================================================
--- head/sys/conf/files.mips	Tue Oct 23 15:33:32 2012	(r241945)
+++ head/sys/conf/files.mips	Tue Oct 23 15:33:40 2012	(r241946)
@@ -20,7 +20,6 @@ mips/mips/exception.S			standard
 mips/mips/fp.S				standard
 mips/mips/gdb_machdep.c			standard
 mips/mips/in_cksum.c			optional	inet
-mips/mips/intr_machdep.c		standard
 mips/mips/libkern_machdep.c		standard
 mips/mips/locore.S			standard	no-obj
 mips/mips/machdep.c			standard
@@ -37,7 +36,6 @@ mips/mips/stack_machdep.c		standard
 mips/mips/support.S			standard
 mips/mips/swtch.S			standard
 mips/mips/sys_machdep.c			standard
-mips/mips/tick.c			standard
 mips/mips/tlb.c				standard
 mips/mips/trap.c			standard
 mips/mips/uio_machdep.c			standard


More information about the svn-src-all mailing list