Subject: CVS commit: src/sys/arch/arm/arm32
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 04/18/2003 22:30:06
Module Name:	src
Committed By:	thorpej
Date:		Fri Apr 18 22:30:05 UTC 2003

Modified Files:
	src/sys/arch/arm/arm32: arm32_machdep.c

Log Message:
Add a comment indicating that the current method of enabling high vectors
requires that the CPU control vector be properly readable.  I believe that
all CPUs that have high vector support have a readable CPU control register,
but if we ever encounter one that does not, then we'll have to adjust this
code.


To generate a diff of this commit:
cvs rdiff -r1.31 -r1.32 src/sys/arch/arm/arm32/arm32_machdep.c

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