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

From: Terry Lambert <tlambert2_at_mindspring.com>
Date: Sat, 02 Aug 2003 01:50:42 -0700
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
Received on Fri Aug 01 2003 - 23:51:41 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:37:17 UTC