Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Oct 2012 15:33:41 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r241946 - head/sys/conf
Message-ID:  <201210231533.q9NFXfod098863@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210231533.q9NFXfod098863>