Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759920Ab2HXQYq (ORCPT ); Fri, 24 Aug 2012 12:24:46 -0400 Received: from exprod7og107.obsmtp.com ([64.18.2.167]:44243 "EHLO exprod7og107.obsmtp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759828Ab2HXQYl (ORCPT ); Fri, 24 Aug 2012 12:24:41 -0400 Message-ID: <5037AAB0.6040102@genband.com> Date: Fri, 24 Aug 2012 10:24:16 -0600 From: Chris Friesen User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.24) Gecko/20111108 Fedora/3.1.16-1.fc14 Lightning/1.0b3pre Thunderbird/3.1.16 MIME-Version: 1.0 To: Martin Nybo Andersen CC: wbrana , Bernd Petrovitsch , Ondrej Zary , linux-kernel Subject: Re: Drop support for x86-32 References: <1345823281.28613.34.camel@thorin> <201208241814.16862.tweek@tweek.dk> In-Reply-To: <201208241814.16862.tweek@tweek.dk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 24 Aug 2012 16:24:17.0054 (UTC) FILETIME=[E837CBE0:01CD8214] X-TM-AS-Product-Ver: SMEX-8.0.0.4160-6.500.1024-19136.000 X-TM-AS-Result: No--13.652700-8.000000-31 X-TM-AS-User-Approved-Sender: No X-TM-AS-User-Blocked-Sender: No Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 794 Lines: 21 On 08/24/2012 10:14 AM, Martin Nybo Andersen wrote: > (And I'm still not sure why one would run 32-bit applications on a 64-bit > architecture...) There are several architectures (powerpc comes to mind) where 32-bit userspace on 64-bit kernel is the norm because it offers performance advantages due to the smaller pointer size if the process doesn' t need the larger address space. This is the rationale behind the new x32 ABI for x86-64 kernels. You might also want to run legacy apps (which can't be recompiled) on new hardware. Chris -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/