From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933857AbbBCEm6 (ORCPT ); Mon, 2 Feb 2015 23:42:58 -0500 Received: from mail2.asahi-net.or.jp ([202.224.39.198]:19250 "EHLO mail2.asahi-net.or.jp" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932804AbbBCEmy (ORCPT ); Mon, 2 Feb 2015 23:42:54 -0500 Date: Tue, 03 Feb 2015 13:42:51 +0900 Message-ID: <87a90vwqpg.wl-ysato@users.sourceforge.jp> From: Yoshinori Sato To: Geert Uytterhoeven Cc: "linux-kernel@vger.kernel.org" , Linux-Arch Subject: Re: [PATCH] Add ARCH_MIGHT_HAVE_VGA_CONSOLE In-Reply-To: References: <877fw093oa.wl-ysato@users.sourceforge.jp> <87pp9s48mz.wl-ysato@users.sourceforge.jp> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM/1.14.9 (=?ISO-8859-4?Q?Goj=F2?=) APEL/10.8 EasyPG/1.0.0 Emacs/24.4 (x86_64-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org At Mon, 2 Feb 2015 22:07:50 +0100, Geert Uytterhoeven wrote: > > Hi Sato-san, > > Your second version looks fine to me, except for this part: > > On Mon, Feb 2, 2015 at 4:48 PM, Yoshinori Sato > wrote: > > --- a/arch/um/Kconfig.common > > +++ b/arch/um/Kconfig.common > > @@ -9,6 +9,7 @@ config UML > > select GENERIC_IO > > select GENERIC_CLOCKEVENTS > > select TTY # Needed for line.c > > + select ARCH_MIGHT_HAVE_VGA_CONSOLE > > > > config MMU > > bool > > UML definitely doesn't have VGA support. Ouch. I will send v3. Thanks. > Gr{oetje,eeting}s, > > Geert > > -- > Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org > > In personal conversations with technical people, I call myself a hacker. But > when I'm talking to journalists I just say "programmer" or something like that. > -- Linus Torvalds -- Yoshinori Sato