From 02dd93427076909488ba99df596d6ab7e0f54a09 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Sat, 9 Jan 2010 17:16:19 +0000 Subject: [PATCH] Fix comment, which was missed in an earlier commit... --- sys/conf/kern.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sys/conf/kern.mk b/sys/conf/kern.mk index afff7c9d22b..0013dd2b5c8 100644 --- a/sys/conf/kern.mk +++ b/sys/conf/kern.mk @@ -86,8 +86,7 @@ INLINE_LIMIT?= 15000 .endif # -# For MIPS we also tell gcc to use floating point emulation and -# disable MIPS DSP ASE Instruction set. +# For MIPS we also tell gcc to use floating point emulation # .if ${MACHINE_ARCH} == "mips" CFLAGS+= -msoft-float