aboutsummaryrefslogtreecommitdiff
path: root/sys/gnu/i386
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>2002-03-02 11:14:13 +0000
committerBruce Evans <bde@FreeBSD.org>2002-03-02 11:14:13 +0000
commitffb382b4dca1ac939ba8a0daf673e02529a3d7f4 (patch)
treea972b67054afbd9255fe3473389fc5227a6c17c4 /sys/gnu/i386
parentb9807403277c000c0e56389f3477084cf413d925 (diff)
downloadsrc-ffb382b4dca1ac939ba8a0daf673e02529a3d7f4.tar.gz
src-ffb382b4dca1ac939ba8a0daf673e02529a3d7f4.zip
Deverbosified previous 2 commits (removed the rotted list of reasons why
<sys/systm.h> is included instead of adding to it). Approved by: previous committer
Notes
Notes: svn path=/head/; revision=91564
Diffstat (limited to 'sys/gnu/i386')
-rw-r--r--sys/gnu/i386/fpemul/fpu_aux.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/gnu/i386/fpemul/fpu_aux.c b/sys/gnu/i386/fpemul/fpu_aux.c
index 536d5a159e87..b7b901f2ccf3 100644
--- a/sys/gnu/i386/fpemul/fpu_aux.c
+++ b/sys/gnu/i386/fpemul/fpu_aux.c
@@ -62,9 +62,7 @@
#include <sys/param.h>
-#include <sys/systm.h> /* for printf() in EXCEPTION() and
- * to bring in <machine/cpufunc.h
- */
+#include <sys/systm.h>
#include <sys/proc.h>
#include <machine/cpu.h>
#include <machine/pcb.h>