Subject: CVS commit: src/sys/arch
To: None <source-changes@NetBSD.org>
From: Andrew Doran <ad@netbsd.org>
List: source-changes
Date: 01/14/2007 14:03:00
Module Name: src
Committed By: ad
Date: Sun Jan 14 14:03:00 UTC 2007
Modified Files:
src/sys/arch/amd64/include: cpufunc.h
src/sys/arch/i386/include: cpufunc.h
src/sys/arch/x86/x86: x86_machdep.c
Log Message:
On second thought, implement x86_pause() as a regular function. The small
delay from the call is useful for spinlock backoff.
To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 src/sys/arch/amd64/include/cpufunc.h
cvs rdiff -r1.34 -r1.35 src/sys/arch/i386/include/cpufunc.h
cvs rdiff -r1.5 -r1.6 src/sys/arch/x86/x86/x86_machdep.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.