Subject: Re: uninitialized var in pmap_print_mmuregs
To: David Young <dyoung@pobox.com>
From: Klaus Klein <kleink@reziprozitaet.de>
List: port-powerpc
Date: 10/28/2003 00:40:32
On Monday 27 October 2003 23:57, David Young wrote:

> In sys/arch/powerpc/oea/pmap.c:pmap_print_mmuregs, the local variable
> 'addr' is not initialized.  Shouldn't it be?

It probably was, in some very early revision. :-)  I've moved it from 
further down the function body to before its first use; you can find it in 
rev. 1.16.


Thanks,
- Klaus