summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authorattilio <attilio@FreeBSD.org>2008-05-25 14:50:47 +0000
committerattilio <attilio@FreeBSD.org>2008-05-25 14:50:47 +0000
commit4789bb571576fe780e5fe461fafb8f80a4f043e1 (patch)
treef05bba640471765c8008dc44cb2077726a30b7ba /sys/i386
parent8ea302a3dbbe2cff128363fdcdccc49fb8a73a93 (diff)
downloadFreeBSD-src-4789bb571576fe780e5fe461fafb8f80a4f043e1.zip
FreeBSD-src-4789bb571576fe780e5fe461fafb8f80a4f043e1.tar.gz
style fix for newly introduced macro.
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/i386/exception.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/i386/exception.s b/sys/i386/i386/exception.s
index 1099042..0ad2597 100644
--- a/sys/i386/i386/exception.s
+++ b/sys/i386/i386/exception.s
@@ -46,7 +46,7 @@
#include "assym.s"
#define SEL_RPL_MASK 0x0003
-#define GSEL_KPL 0x0020 /* GSEL(GCODE_SEL, SEL_KPL) */
+#define GSEL_KPL 0x0020 /* GSEL(GCODE_SEL, SEL_KPL) */
#ifdef KDTRACE_HOOKS
.bss
OpenPOWER on IntegriCloud