PERFORCE change 64905 for review

John Baldwin jhb at FreeBSD.org
Thu Nov 11 12:33:07 PST 2004


http://perforce.freebsd.org/chv.cgi?CH=64905

Change 64905 by jhb at jhb_slimer on 2004/11/11 20:32:09

	Revert, this is wrong.
	
	Pointed out by:	jake

Affected files ...

.. //depot/projects/smpng/sys/sparc64/sparc64/critical.c#7 edit

Differences ...

==== //depot/projects/smpng/sys/sparc64/sparc64/critical.c#7 (text+ko) ====

@@ -51,5 +51,5 @@
 	struct thread *td;
 
 	td = curthread;
-	td->td_md.md_savecrit = PSTATE_KERNEL;
+	td->td_md.md_savecrit = 0;
 }


More information about the p4-projects mailing list