Subject: CVS commit: src/sys/arch/sparc64/sparc64
To: None <source-changes@NetBSD.org>
From: Takeshi Nakayama <nakayama@netbsd.org>
List: source-changes
Date: 01/31/2006 20:18:40
Module Name:	src
Committed By:	nakayama
Date:		Tue Jan 31 20:18:40 UTC 2006

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

Log Message:
Fix the new ofwboot boot problem with kernels where .text segment is smaller
than 4MB.

Unless this fix, boot failed with the message as below.

| panic: pmap_kextract: Address 0x1400000 is not from kernel space.
| Data segment is too small?


To generate a diff of this commit:
cvs rdiff -r1.168 -r1.169 src/sys/arch/sparc64/sparc64/pmap.c

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