diff options
author | Attilio Rao <attilio@FreeBSD.org> | 2008-05-25 14:50:47 +0000 |
---|---|---|
committer | Attilio Rao <attilio@FreeBSD.org> | 2008-05-25 14:50:47 +0000 |
commit | 0e72a03405be056f3142fb1838e11aef5c6898f6 (patch) | |
tree | f05bba640471765c8008dc44cb2077726a30b7ba | |
parent | 5a94dc226f4b752e22ddb18febdde8292e9f2f63 (diff) | |
download | src-0e72a03405be056f3142fb1838e11aef5c6898f6.tar.gz src-0e72a03405be056f3142fb1838e11aef5c6898f6.zip |
Notes
-rw-r--r-- | sys/i386/i386/exception.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/i386/exception.s b/sys/i386/i386/exception.s index 10990425088d..0ad2597f811f 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 |