Subject: CVS commit: src/sys/arch/arm/include/arm32
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 01/06/2007 00:39:02
Module Name:	src
Committed By:	christos
Date:		Sat Jan  6 00:39:02 UTC 2007

Modified Files:
	src/sys/arch/arm/include/arm32: vmparam.h

Log Message:
From Scott Alan in http://mail-index.netbsd.org/port-arm/2006/07/26/0000.html

This one is really simple.  I wanted to use KERNEL_BASE in an assembly source,
but arch/arm/include/arm32/vmparam.h wasn't protected by #ifndef
__ASSEMBLER__.  The patch adds the protection.


To generate a diff of this commit:
cvs rdiff -r1.19 -r1.20 src/sys/arch/arm/include/arm32/vmparam.h

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