Subject: Re: CVS commit: src/sys
To: Martin Husemann <martin@NetBSD.org>
From: Jason Thorpe <thorpej@shagadelic.org>
List: source-changes
Date: 02/22/2007 08:26:44
On Feb 22, 2007, at 2:09 AM, Martin Husemann wrote:

> On Wed, Feb 21, 2007 at 11:00:15PM +0000, Jason R Thorpe wrote:
>> 	    uvm_swap.h uvm_vnode.c
>>
>> Log Message:
>> Replace the Mach-derived boolean_t type with the C99 bool type.  A
>> future commit will replace use of TRUE and FALSE with true and false.
>
> This changes alignment of, for example, uvm.page_idle_zero and thereby
> breaks sparc64. Should alignment (and size) be restored for those, or
> the access fixed?

the access should be fixed.

>
> Martin

-- thorpej