Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 May 2002 13:16:50 -0700 (PDT)
From:      John Baldwin <jhb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 11676 for review
Message-ID:  <200205212016.g4LKGod47453@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=11676

Change 11676 by jhb@jhb_laptop on 2002/05/21 13:16:35

	Whoops, forgot to bring in actual implementation of cpu_pause().

Affected files ...

... //depot/projects/smpng/sys/i386/include/cpufunc.h#15 integrate

Differences ...

==== //depot/projects/smpng/sys/i386/include/cpufunc.h#15 (text+ko) ====

@@ -560,6 +560,12 @@
 	__asm __volatile("movl %0,%%dr7" : : "r" (sel));
 }
 
+static __inline void
+cpu_pause(void)
+{
+	__asm __volatile("pause");
+}
+
 static __inline register_t
 intr_disable(void)
 {

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




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