Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 04/23/1998 22:10:02
scottr
Thu Apr 23 22:08:59 PDT 1998
Update of /cvsroot/src/sys/arch/mac68k/mac68k
In directory nb00:/tmp/cvs-serv20977

Modified Files:
	machdep.c 
Log Message:
Make get_mapping() create a sorted segment list, coalescing
adjoining regions (except for the segment starting at the address
we loaded the kernel).  This simplifies cpu_init_kcore_hdr()
considerably, but the real win will be with MACHINE_NEW_NONCONTIG.