Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753691AbbDAOnj (ORCPT ); Wed, 1 Apr 2015 10:43:39 -0400 Received: from 251.110.2.81.in-addr.arpa ([81.2.110.251]:51991 "EHLO lxorguk.ukuu.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753352AbbDAOnh (ORCPT ); Wed, 1 Apr 2015 10:43:37 -0400 Date: Wed, 1 Apr 2015 15:41:55 +0100 From: One Thousand Gnomes To: Ingo Molnar Cc: Robert Richter , Borislav Petkov , LKML , "H. Peter Anvin" , Thomas Gleixner , Tony Luck , Peter Zijlstra , Steven Rostedt , Andy Lutomirski , Matt Fleming , =?UTF-8?B?SsO2cmcgUsO2ZGVs?= , Jiri Kosina , Jeff Mahoney , Michal Hocko , Vlastimil Babka , Andre Przywara , Andreas Herrmann , Richard Weinberger , Linus Torvalds , Andi Kleen Subject: Re: [PATCH] x86: Drop 32-bit support ... finally. Message-ID: <20150401154155.08f796db@lxorguk.ukuu.org.uk> In-Reply-To: <20150401115803.GA20149@gmail.com> References: <1427876158-18323-1-git-send-email-bp@alien8.de> <20150401082156.GA18371@pd.tnic> <20150401085600.GG4201@rric.localhost> <20150401115803.GA20149@gmail.com> Organization: Intel Corporation X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.27; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 883 Lines: 30 > We really don't want to have this unmaintainable mixture of: > > 128-bit support > 64-bit support (legacy mode) > 32-bit support (compat mode) > 16-bit support (vm86 mode) > 8-bit support (UART mode) > > ... all in the same kernel! I think a lot of us working on other free Unixlike OS platforms have reached a similar conclusion. It's a natural segmentation. The final commit should include the following helpful table Bits Free Unixlike OS --------------------------------- 8bit FUZIX 16bit ELKS 32bit NetBSD/FreeBSD 64bit Linux (For 18 and 36bit consult a specialist.. probably a medical one) Alan -- 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/