Subject: CVS commit: src/sys/arch/amd64/include
To: None <source-changes@NetBSD.org>
From: Manuel Bouyer <bouyer@netbsd.org>
List: source-changes
Date: 11/22/2007 21:21:14
Module Name:	src
Committed By:	bouyer
Date:		Thu Nov 22 21:21:14 UTC 2007

Modified Files:
	src/sys/arch/amd64/include: segments.h types.h

Log Message:
Fix bouyer-xenamd64 merge fallout:
we can #include "opt_xen.h" when
#if defined(_KERNEL) && !defined(_RUMPKERNEL) && !defined(_LKM),
#ifdef _KERNEL isn't enough.


To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 src/sys/arch/amd64/include/segments.h
cvs rdiff -r1.18 -r1.19 src/sys/arch/amd64/include/types.h

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