Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756486AbbFBLyq (ORCPT ); Tue, 2 Jun 2015 07:54:46 -0400 Received: from mail-wi0-f172.google.com ([209.85.212.172]:33811 "EHLO mail-wi0-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751891AbbFBLyj (ORCPT ); Tue, 2 Jun 2015 07:54:39 -0400 Date: Tue, 2 Jun 2015 13:54:33 +0200 From: Ingo Molnar To: Bin Gao Cc: Thomas Gleixner , 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: <20150602115433.GA20697@gmail.com> References: <20150529184123.GB13090@worksta> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150529184123.GB13090@worksta> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 876 Lines: 21 * Bin Gao wrote: > The arch independent uart8250 early console driver has good support for memory > mapped and io port based 8250 uarts. Since pci is arch independent so it's > natural to extend uart8250 to support mem, io and pci. Hence pci uart early > console in arch/x86/kernel_printk.c by the following commit: 'commit > 5140fda16051 ("Specify PCI based UART for earlyprintk")' is removed. And its > equivalent function will be available from uart8250 early console driver. In what way have you tested this change, does serial-earlyprintk still work on x86 after the change? Thanks, Ingo -- 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/