aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorJulian Elischer <julian@FreeBSD.org>2003-08-02 16:45:32 +0000
committerJulian Elischer <julian@FreeBSD.org>2003-08-02 16:45:32 +0000
commite4e2c6131383a895ccfa487d09a0eb9fbfbc8388 (patch)
tree9e56bd80aa13d4e7ddb568c3c8a3e33895bc95e5 /sys
parent40f018905bcb135e7810adf37b49ce4ca56e4e74 (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/i386/i386/sys_machdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/i386/sys_machdep.c b/sys/i386/i386/sys_machdep.c
index 4d244ccca08f6..a3330cfb48281 100644
--- a/sys/i386/i386/sys_machdep.c
+++ b/sys/i386/i386/sys_machdep.c
@@ -579,7 +579,7 @@ again:
* start scanning a bit up to leave room for NVidia and
* Wine, which still user the "Blat" method of allocation.
*/
- for (i = NLDT + 1; i < pldt->ldt_len; ++i) {
+ for (i = NLDT; i < pldt->ldt_len; ++i) {
if (dp->sd.sd_type == SDT_SYSNULL)
break;
dp++;