Subject: Re: Uninitalized kernel variable uvm_maxkaddr
To: None <amatus@gnu.org>
From: Jason Thorpe <thorpej@shagadelic.org>
List: tech-kern
Date: 06/01/2005 09:14:06
On May 31, 2005, at 8:58 PM, Amatus wrote:

> Thank you, I realize *why* it's 0, but it doesn't seem kosher to  
> me, it
> really should be assigned a value somewhere in the code before being
> used. It'll save lots of people from scratching their heads.

It will get set up on the first call to pmap_growkernel().

-- thorpej