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

Terry Lambert tlambert2 at mindspring.com
Sat Aug 2 01:51:41 PDT 2003


Julian Elischer wrote:

It's not that likely to roll, but...

> static int complained = 6;
> 
> if (complained-- ) {
if (complained) {
	complained--;
>         printf ("process (PID %d) Use static LDT allocation.\n",
>              td->td_proc->p_pid);
>         printf ("man i386_set_ldt for more information\n");
> }

-- Terry


More information about the freebsd-current mailing list