Date: Wed, 22 May 2002 06:19:22 -0700 (PDT) From: John Baldwin <jhb@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/include cpufunc.h src/sys/kern kern_mutex.c Message-ID: <200205221319.g4MDJMg29262@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2002/05/22 06:19:22 PDT
Modified files:
sys/i386/include cpufunc.h
sys/kern kern_mutex.c
Log:
Rename cpu_pause() to pause(). Originally I was going to make this an
MI API with empty cpu_pause() functions on other arch's, but this
functionality is definitely unique to IA-32, so I decided to leave it
as i386-only and wrap it in #ifdef's. I should have dropped the cpu_
prefix when I made that decision.
Requested by: bde
Revision Changes Path
1.122 +1 -1 src/sys/i386/include/cpufunc.h
1.96 +5 -5 src/sys/kern/kern_mutex.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200205221319.g4MDJMg29262>
