From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick McHardy Subject: Re: [RFC][PATCH] compat_uint64_t type Date: Fri, 21 Apr 2006 02:07:58 +0200 Message-ID: <4448225E.6010309@trash.net> References: <200604171459.13312.dim@openvz.org> <4443B882.70203@trash.net> <4443BC5B.9000407@trash.net> <20060417.132026.72299574.davem@davemloft.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: dim@openvz.org, schwab@suse.de, netfilter-devel@lists.netfilter.org, dev@openvz.org Return-path: To: "David S. Miller" In-Reply-To: <20060417.132026.72299574.davem@davemloft.net> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: netfilter-devel-bounces@lists.netfilter.org Errors-To: netfilter-devel-bounces@lists.netfilter.org List-Id: netfilter-devel.vger.kernel.org David S. Miller wrote: > From: Patrick McHardy > Date: Mon, 17 Apr 2006 18:03:39 +0200 > >>This is my proposed alternative. It assumes all architectures besides >>x86 use native alignment for basic types. > > > Ok. Perhaps we can eventually define a CONFIG_* object for > this. Since this appears to be a pure x86 32 bit emulation oddity so far, I think CONFIG_IA32_EMULATION would express that best. Unfortunately IA64 uses a different config option, so I left it as is. I'll send the patch with a batch of other fixes in a few hours.