Date: Sat, 02 Aug 2003 01:50:42 -0700 From: Terry Lambert <tlambert2@mindspring.com> To: Julian Elischer <julian@elischer.org> Cc: Marcel Moolenaar <marcel@xcllnt.net> Subject: Re: NVidia glx stuff dies in sysarch(I386_SET_LDT, ...) Message-ID: <3F2B7B62.FB357252@mindspring.com> References: <Pine.BSF.4.21.0308011621260.46065-100000@InterJet.elischer.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3F2B7B62.FB357252>
