Subject: Re: CVS commit: src/sys/arch/alpha/alpha
To: None <ad@netbsd.org>
From: Havard Eidnes <he@netbsd.org>
List: source-changes
Date: 03/15/2007 09:11:06
> > Modified Files:
> > 	src/sys/arch/alpha/alpha: pmap.c
> >
> > Log Message:
> > Absent documentation as to what the newly added 'ipl' argument to
> > pool_init() is supposed to do, and actual usage of that argument in=

> > pool_init()'s implementation, add use of IPL_VM to the TLB shootdow=
n
> > job queue pool initialization to get this building again.
> > Someone suggested an IPL_XXX_ASK_ANDY constant be introduced...
>
> I'm sorry about the fallout from this change. There are a number of f=
iles
> that I did change but in the process of merging them from one tree to=

> another some changes got lost. I have no explanation for that yet bey=
ond
> I made a mistake somewhere, but I do know that there were no rejects =
when
> merging and I do know that I changed the files in question.
>
> Before checking in I built several architectures and individually rev=
iewed
> every change made, but I do not have the time to build for all of the=

> architectures that we support.

No problem.  The above comment may look as if I was more annoyed
than I really was, and the last line is simply my attempt at
being humorous.

An updated man page for the modified pool_init() signature would
be nice, though.

Regards,

- H=E5vard