Subject: CVS commit: src/sys/arch/amd64
To: None <source-changes@NetBSD.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 12/21/2007 19:18:15
Module Name:	src
Committed By:	dsl
Date:		Fri Dec 21 19:18:15 UTC 2007

Modified Files:
	src/sys/arch/amd64/amd64: lock_stubs.S locore.S spl.S vector.S
	src/sys/arch/amd64/include: frameasm.h

Log Message:
Change the xen CLI() and STI() defines to only use one scratch register.
As well as saving an instruction, in one place it saves a push/pop pair.


To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 src/sys/arch/amd64/amd64/lock_stubs.S
cvs rdiff -r1.35 -r1.36 src/sys/arch/amd64/amd64/locore.S
cvs rdiff -r1.14 -r1.15 src/sys/arch/amd64/amd64/spl.S
cvs rdiff -r1.17 -r1.18 src/sys/arch/amd64/amd64/vector.S
cvs rdiff -r1.8 -r1.9 src/sys/arch/amd64/include/frameasm.h

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