Subject: CVS commit: src/sys/arch/xen/include
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 12/10/2004 18:47:52
Module Name:	src
Committed By:	christos
Date:		Fri Dec 10 18:47:52 UTC 2004

Modified Files:
	src/sys/arch/xen/include: cpufunc.h xenfunc.h

Log Message:
Move the disable_intr and enable_intr functions from xenfunc.h to cpufunc.h,
because the x86/intr.h needs them and does not include xenfunc.h. Including
xenfunc.h in cpufunc.h is a clear lose because xenfunc.h needs a boatload
of include functions in order to compile.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/sys/arch/xen/include/cpufunc.h
cvs rdiff -r1.2 -r1.3 src/sys/arch/xen/include/xenfunc.h

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