Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756685Ab3IZKyN (ORCPT ); Thu, 26 Sep 2013 06:54:13 -0400 Received: from mail-ie0-f172.google.com ([209.85.223.172]:47385 "EHLO mail-ie0-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756302Ab3IZKyK (ORCPT ); Thu, 26 Sep 2013 06:54:10 -0400 MIME-Version: 1.0 In-Reply-To: <52441025.9030308@nod.at> References: <1377073172-3662-1-git-send-email-richard@nod.at> <1377073172-3662-3-git-send-email-richard@nod.at> <52441025.9030308@nod.at> From: Ramkumar Ramachandra Date: Thu, 26 Sep 2013 16:23:29 +0530 Message-ID: Subject: Re: [PATCH 2/8] um: Do not use SUBARCH To: Richard Weinberger Cc: linux-arch@vger.kernel.org, Michal Marek , geert@linux-m68k.org, ralf@linux-mips.org, lethal@linux-sh.org, Jeff Dike , Guan Xuetao , Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , x86@kernel.org, linux-kbuild@vger.kernel.org, LKML , linux-m68k@vger.kernel.org, linux-mips@linux-mips.org, linux-sh@vger.kernel.org, user-mode-linux-devel@lists.sourceforge.net Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 757 Lines: 17 Richard Weinberger wrote: > So, what exactly is broken in upstream? > make defconfig works as it always did. Auto-detection of SUBARCH, which can be done with a simple call to uname -m (the 90% case). The second patch I submitted prevented spawning xterms unnecessarily, which we discussed was a good move. > 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. Yes, that's how I prepared the patch in the first place. -- 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/