From 04dd9464a42495d9b6586bdfcaa4e52987056cd3 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Fri, 19 Sep 2008 19:26:38 +0000 Subject: [PATCH] mips_subr.c was in the Juniper code drop, but didn't have any functions used by other code in the tree. As such it was removed from the merged tree until the functions were needed in the future. The file was missing from the FreeBSD import, but it was listed in the files.mips file as being standard. Remove it from there until such time as we need one. --- sys/conf/files.mips | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/conf/files.mips b/sys/conf/files.mips index 1605fa2ff134..45a13e1415eb 100644 --- a/sys/conf/files.mips +++ b/sys/conf/files.mips @@ -29,7 +29,6 @@ # ---------------------------------------------------------------------- mips/mips/machdep.c standard mips/mips/mp_machdep.c optional smp -mips/mips/mips_subr.c standard mips/mips/psraccess.S standard # ---------------------------------------------------------------------- # Phase 3