From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757308AbYBHVSs (ORCPT ); Fri, 8 Feb 2008 16:18:48 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755489AbYBHVSi (ORCPT ); Fri, 8 Feb 2008 16:18:38 -0500 Received: from terminus.zytor.com ([198.137.202.10]:42694 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755508AbYBHVSh (ORCPT ); Fri, 8 Feb 2008 16:18:37 -0500 Message-ID: <47ACC6F2.8050601@zytor.com> Date: Fri, 08 Feb 2008 13:17:38 -0800 From: "H. Peter Anvin" User-Agent: Thunderbird 2.0.0.9 (X11/20071115) MIME-Version: 1.0 To: Alexey Dobriyan CC: Harvey Harrison , Ingo Molnar , Roland McGrath , Thomas Gleixner , LKML Subject: Re: [PATCH 1/9] x86: change most X86_32 pt_regs members to unsigned long References: <1202501396.12966.20.camel@brick> <20080208211344.GB15571@martell.zuzino.mipt.ru> In-Reply-To: <20080208211344.GB15571@martell.zuzino.mipt.ru> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Alexey Dobriyan wrote: > Why?! You don't have even minimal chances to unify pt_regs for i386 and > x86_64. The structure itself, no. Some of the users may very well be candidates for unification, however. -hpa