Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752221AbbFBWbm (ORCPT ); Tue, 2 Jun 2015 18:31:42 -0400 Received: from mga02.intel.com ([134.134.136.20]:46838 "EHLO mga02.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751909AbbFBWbf (ORCPT ); Tue, 2 Jun 2015 18:31:35 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,541,1427785200"; d="scan'208";a="739728823" Date: Tue, 2 Jun 2015 15:43:06 -0700 From: Bin Gao To: Thomas Gleixner Cc: Ingo Molnar , Ingo Molnar , "H. Peter Anvin" , Greg Kroah-Hartman , One Thousand Gnomes , Peter Hurley , Jiri Slaby , Borislav Petkov , "Stuart R. Anderson" , linux-kernel@vger.kernel.org Subject: Re: [PATCH v5 2/2] arch/x86: remove pci uart early console from early_prink.c Message-ID: <20150602224305.GB64269@worksta> References: <20150529184123.GB13090@worksta> <20150602115433.GA20697@gmail.com> <20150602192036.GA52512@worksta> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 760 Lines: 22 On Tue, Jun 02, 2015 at 11:07:39PM +0200, Thomas Gleixner wrote: > What about the memory mapped uarts which have been source of trouble > in the past? > > Thanks, > > tglx Not sure which specific early console you are referring to. Currently we have serial, ttyS, vga, dbgp, xen, efi and pciserial in arch/x86/kernel/early_printk.c, and only pciserial is memory mapped (but it's being removed). And this patch only touches pciserial/serial parts so ideally shouldn't have impact on other early consoles. -Bin -- 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/