From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from palinux.external.hp.com ([192.25.206.14]:59076 "EHLO mail.parisc-linux.org") by vger.kernel.org with ESMTP id S935138AbWKYEAs (ORCPT ); Fri, 24 Nov 2006 23:00:48 -0500 Date: Fri, 24 Nov 2006 21:00:48 -0700 From: Matthew Wilcox Subject: Re: [PATCH] Generic compat_sys_sysinfo Message-ID: <20061125040047.GG14076@parisc-linux.org> References: <20061125014313.GD11643@athena.road.mcmartin.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20061125014313.GD11643@athena.road.mcmartin.ca> Sender: linux-arch-owner@vger.kernel.org To: Kyle McMartin Cc: akpm@osdl.org, linux-arch@vger.kernel.org, parisc-linux@lists.parisc-linux.org List-ID: On Fri, Nov 24, 2006 at 08:43:13PM -0500, Kyle McMartin wrote: > Some architectures were missing the u16 pad, however, I'm going to > guess that a u16 is aligned on a u32 boundary and thus the padding is > implied there... It's more that a u32 gets aligned to a u32 boundary rather than a u16. This is true except for m68k, which doesn't have compat. Acked-by: Matthew Wilcox From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Wilcox Subject: [parisc-linux] Re: [PATCH] Generic compat_sys_sysinfo Date: Fri, 24 Nov 2006 21:00:48 -0700 Message-ID: <20061125040047.GG14076@parisc-linux.org> References: <20061125014313.GD11643@athena.road.mcmartin.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: akpm@osdl.org, linux-arch@vger.kernel.org, parisc-linux@lists.parisc-linux.org To: Kyle McMartin Return-Path: In-Reply-To: <20061125014313.GD11643@athena.road.mcmartin.ca> List-Id: parisc-linux developers list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: parisc-linux-bounces@lists.parisc-linux.org On Fri, Nov 24, 2006 at 08:43:13PM -0500, Kyle McMartin wrote: > Some architectures were missing the u16 pad, however, I'm going to > guess that a u16 is aligned on a u32 boundary and thus the padding is > implied there... It's more that a u32 gets aligned to a u32 boundary rather than a u16. This is true except for m68k, which doesn't have compat. Acked-by: Matthew Wilcox _______________________________________________ parisc-linux mailing list parisc-linux@lists.parisc-linux.org http://lists.parisc-linux.org/mailman/listinfo/parisc-linux