summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2004-12-30 19:14:48 +0000
committerjhb <jhb@FreeBSD.org>2004-12-30 19:14:48 +0000
commite11d37605f77e847e323ee1bb319f9dec4c4e801 (patch)
tree93767064f89bc692e0eebae7394cc9307508e3b7 /sys/i386
parent908aa564cbd7841392ece24213ccbcfb7c741efd (diff)
downloadFreeBSD-src-e11d37605f77e847e323ee1bb319f9dec4c4e801.zip
FreeBSD-src-e11d37605f77e847e323ee1bb319f9dec4c4e801.tar.gz
Small whitespace fixes.
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/i386/exception.s3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/i386/i386/exception.s b/sys/i386/i386/exception.s
index 02168d9..2e69ab8 100644
--- a/sys/i386/i386/exception.s
+++ b/sys/i386/i386/exception.s
@@ -110,10 +110,9 @@ IDTVEC(fpu)
pushl $0; TRAP(T_ARITHTRAP)
IDTVEC(align)
TRAP(T_ALIGNFLT)
-
IDTVEC(xmm)
pushl $0; TRAP(T_XMMFLT)
-
+
/*
* alltraps entry point. Interrupts are enabled if this was a trap
* gate (TGT), else disabled if this was an interrupt gate (IGT).
OpenPOWER on IntegriCloud