Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 02 Aug 2003 01:55:30 -0700
From:      Terry Lambert <tlambert2@mindspring.com>
To:        Julian Elischer <julian@elischer.org>
Cc:        David Xu <davidxu@freebsd.org>
Subject:   Re: NVidia glx stuff dies in sysarch(I386_SET_LDT, ...)
Message-ID:  <3F2B7C82.A9F366B0@mindspring.com>
References:  <Pine.BSF.4.21.0308011659270.46065-100000@InterJet.elischer.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Julian Elischer wrote:
> +               if (ldt_warnings++ < NUM_LDT_WARNINGS) {

Still broken on rollover; use:

+               if (ldt_warnings < NUM_LDT_WARNINGS) {
+                       ldt_warnings++;

-- Terry



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3F2B7C82.A9F366B0>