Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 12/02/2000 21:34:54
Module Name:	syssrc
Committed By:	jdolecek
Date:		Sat Dec  2 19:34:54 UTC 2000

Modified Files:
	syssrc/sys/arch/i386/i386: db_disasm.c

Log Message:
db_disasm(): pte is in kernel address space, so use kvtopte() to get pde,
otherwise it would trip over KASSERT() in vtopte() and cycle


To generate a diff of this commit:
cvs rdiff -r1.22 -r1.23 syssrc/sys/arch/i386/i386/db_disasm.c

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