Subject: CVS commit: src/sys/arch
To: None <source-changes@NetBSD.org>
From: Izumi Tsutsui <tsutsui@netbsd.org>
List: source-changes
Date: 11/09/2003 05:29:59
Module Name:	src
Committed By:	tsutsui
Date:		Sun Nov  9 05:29:59 UTC 2003

Modified Files:
	src/sys/arch/arm/include: bus.h
	src/sys/arch/i386/include: pcb.h
	src/sys/arch/sparc64/include: cpu.h

Log Message:
Use #if defined(_KERNEL_OPT) to protect #include "opt_xxx.h"
from building LKM etc. Suggested by mrg.


To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 src/sys/arch/arm/include/bus.h
cvs rdiff -r1.35 -r1.36 src/sys/arch/i386/include/pcb.h
cvs rdiff -r1.36 -r1.37 src/sys/arch/sparc64/include/cpu.h

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