NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: kern/40651: kmem_alloc() returns misaligned pointers
The following reply was made to PR kern/40651; it has been noted by GNATS.
From: Andrew Doran <ad%netbsd.org@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: kern/40651: kmem_alloc() returns misaligned pointers
Date: Sun, 15 Feb 2009 22:33:09 +0000
On Sun, Feb 15, 2009 at 06:35:00PM +0000, martin%NetBSD.org@localhost wrote:
> and tp is 0xf41b4c0c - which is only 32bit aligned, but struct tty contains
> a 64 bit t_dev, which needs 64 bit alignement.
For completeness: ALIGNBYTES is 7 on sparc, so it should be 64 bit aligned.
Andrew
Home |
Main Index |
Thread Index |
Old Index