Date: Thu, 11 Nov 2004 17:16:56 GMT From: John Baldwin <jhb@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 64879 for review Message-ID: <200411111716.iABHGu7H025180@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=64879 Change 64879 by jhb@jhb_slimer on 2004/11/11 17:16:29 Use better initial pstate. Affected files ... .. //depot/projects/smpng/sys/sparc64/sparc64/critical.c#6 edit Differences ... ==== //depot/projects/smpng/sys/sparc64/sparc64/critical.c#6 (text+ko) ==== @@ -51,5 +51,5 @@ struct thread *td; td = curthread; - td->td_md.md_savecrit = 0; + td->td_md.md_savecrit = PSTATE_KERNEL; }
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200411111716.iABHGu7H025180>