From e4e2c6131383a895ccfa487d09a0eb9fbfbc8388 Mon Sep 17 00:00:00 2001 From: Julian Elischer Date: Sat, 2 Aug 2003 16:45:32 +0000 Subject: fix braino in last commit. Beaten with clue-stick by: Davidxu --- sys/i386/i386/sys_machdep.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys') 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++; -- cgit v1.3