Subject: CVS commit: src/sys/arch/vax/vax
To: None <source-changes@NetBSD.org>
From: Havard Eidnes <he@netbsd.org>
List: source-changes
Date: 11/06/2003 00:32:27
Module Name:	src
Committed By:	he
Date:		Thu Nov  6 00:32:27 UTC 2003

Modified Files:
	src/sys/arch/vax/vax: pmap.c

Log Message:
Add a default: branch with a panic() to the switch statement to
handle "impossible" segment types, so that the compiler can know
that 'pt' has been initialized after the switch statement.


To generate a diff of this commit:
cvs rdiff -r1.129 -r1.130 src/sys/arch/vax/vax/pmap.c

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