NVidia glx stuff dies in sysarch(I386_SET_LDT, ...)

Terry Lambert tlambert2 at mindspring.com
Sat Aug 2 01:56:29 PDT 2003


Julian Elischer wrote:
> +               if (ldt_warnings++ < NUM_LDT_WARNINGS) {

Still broken on rollover; use:

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

-- Terry


More information about the freebsd-current mailing list