Subject: Re: -current from today blows chunks...
To: Matthew Jacob <mjacob@feral.com>
From: Jason Thorpe <thorpej@nas.nasa.gov>
List: port-alpha
Date: 07/31/1998 18:05:02
On Fri, 31 Jul 1998 18:11:48 -0700 (PDT) 
 Matthew Jacob <mjacob@feral.com> wrote:

More like -current from an hour ago :-)

cvs update init_main.c ... I'll have to fix that problem a different
way.

(I noticed the bug that the change fixes by making mbufs and mbuf clusters
use the pool allocator, which on the alpha, means that mb_map is no longer
used, because it uses direct-mapped pages instead.  However, if you don't
have those changes, then you use mb_map before it's created, oops.)