Subject: Re: CVS commit: syssrc
To: Simon Burge <simonb@netbsd.org>
From: Andy Doran <ad@netbsd.org>
List: source-changes
Date: 01/10/2000 10:23:25
On Mon, 10 Jan 2000, Simon Burge wrote:

> The problem here was that VM_PHYSSEG_NOADD used to be defined as
> 
> 	#define VM_PHYSSEG_NOADD        /* can't add RAM after vm_mem_init */
> 
> and got changed to
> 
> 	#define VM_PHYSSEG_NOADD        1

Ah, of course - it wasn't clear to me from the log message.
 
> A truce is fine (nothing personal intended!), but nothing beats just one
> more compile before a commit :-)

Yep :).