Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Oct 2002 06:04:16 +0000 (GMT)
From:      Daniel Flickinger <attila@hun.org>
To:        Bruce Evans <bde@zeta.org.au>
Cc:        FreeBSD-CURRENT <current@freebsd.org>
Subject:   status of npx patch |= PCB_NPXINITDONE?
Message-ID:  <20021027060416.xFWl44491@hun.org>

next in thread | raw e-mail | index | archive | help
    I placed your patch for npx in my kernel builds for
    25 and 26 Oct  ... I have not had xemacs under X lock-up
    since --and it was downright regular prior.

    Is this the reason? Will the patch be committed?

    Time stamps are GMT.


*** sys/i386/isa/npx.c.orig	Fri Oct 25 19:12:16 2002
--- sys/i386/isa/npx.c	Sat Oct 26 16:44:50 2002
***************
*** 980,985 ****
--- 980,986 ----
  		bcopy(&td->td_pcb->pcb_save, addr, sizeof(*addr));
  		return (_MC_FPOWNED_PCB);
  	}
+        curthread->td_pcb->pcb_flags |= PCB_NPXINITDONE;
  }



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




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