Subject: CVS commit: src/sys/arch/amd64/include
To: None <source-changes@NetBSD.org>
From: Chuck Silvers <chs@netbsd.org>
List: source-changes
Date: 09/22/2005 15:47:03
Module Name:	src
Committed By:	chs
Date:		Thu Sep 22 15:47:03 UTC 2005

Modified Files:
	src/sys/arch/amd64/include: profile.h

Log Message:
pull in changes from i386 profile.h:
 - allow profiling of MP kernels, add a spinlock around the body of mcount().
   fixes PR 31360.
 - save and restore eflags instead of just doing cli/sti.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/sys/arch/amd64/include/profile.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.