From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Weinberger Subject: Re: [PATCH 2/8] um: Do not use SUBARCH Date: Thu, 26 Sep 2013 12:44:53 +0200 Message-ID: <52441025.9030308@nod.at> References: <1377073172-3662-1-git-send-email-richard@nod.at> <1377073172-3662-3-git-send-email-richard@nod.at> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Return-path: Received: from b.ns.miles-group.at ([95.130.255.144]:1660 "EHLO radon.swed.at" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1755398Ab3IZKo5 (ORCPT ); Thu, 26 Sep 2013 06:44:57 -0400 In-Reply-To: Sender: linux-arch-owner@vger.kernel.org List-ID: To: Ramkumar Ramachandra Cc: linux-arch@vger.kernel.org, Michal Marek , geert@linux-m68k.org, ralf@linux-mips.org, lethal@linux-sh.org, Jeff Dike , gxt@mprc.pku.edu.cn, Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , x86@kernel.org, linux-kbuild@vger.kernel.org, LKML , linux-m68k@lists.linux-m68k.org, linux-mips@linux-mips.org, linux-sh@vger.kernel.org, user-mode-linux-devel@lists.sourceforge.net Am 26.09.2013 12:40, schrieb Ramkumar Ramachandra: > Richard Weinberger wrote: > Forget all that. What matters is that upstream is still broken, and > users are suffering. Despite a reasonable fix being submitted in July. So, what exactly is broken in upstream? make defconfig works as it always did. make defconfig ARCH=um SUBARCH=x86 (or SUBARCH=i386) will create a defconfig for 32bit. make defconfig ARCH=um SUBARCH=x86_64 one for 64bit. Thanks, //richard