From owner-cvs-all Wed May 22 6:19:38 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CCFFD37B41B; Wed, 22 May 2002 06:19:22 -0700 (PDT) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4MDJMg29262; Wed, 22 May 2002 06:19:22 -0700 (PDT) (envelope-from jhb) Message-Id: <200205221319.g4MDJMg29262@freefall.freebsd.org> From: John Baldwin Date: Wed, 22 May 2002 06:19:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/include cpufunc.h src/sys/kern kern_mutex.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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