Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757530AbcDGVHn (ORCPT ); Thu, 7 Apr 2016 17:07:43 -0400 Received: from mx2.suse.de ([195.135.220.15]:60774 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751673AbcDGVHm (ORCPT ); Thu, 7 Apr 2016 17:07:42 -0400 Date: Thu, 7 Apr 2016 23:07:40 +0200 From: "Luis R. Rodriguez" To: David Vrabel Cc: "Luis R. Rodriguez" , bp@alien8.de, hpa@zytor.com, tglx@linutronix.de, mingo@redhat.com, rusty@rustcorp.com.au, xen-devel@lists.xensource.com, matt@codeblueprint.co.uk, andrew.cooper3@citrix.com, x86@kernel.org, linux-kernel@vger.kernel.org, luto@amacapital.net, jlee@suse.com, lguest@lists.ozlabs.org, glin@suse.com, boris.ostrovsky@oracle.com, andriy.shevchenko@linux.intel.com Subject: Re: [Xen-devel] [PATCH v4 06/14] x86/init: use a platform legacy quirk for ebda Message-ID: <20160407210740.GT1990@wotan.suse.de> References: <1459987594-5434-1-git-send-email-mcgrof@kernel.org> <1459987594-5434-7-git-send-email-mcgrof@kernel.org> <57062C12.1030806@citrix.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <57062C12.1030806@citrix.com> 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: 626 Lines: 20 On Thu, Apr 07, 2016 at 10:44:50AM +0100, David Vrabel wrote: > On 07/04/16 01:06, Luis R. Rodriguez wrote: > > > > --- a/arch/x86/kernel/platform-quirks.c > > +++ b/arch/x86/kernel/platform-quirks.c > > @@ -7,8 +7,12 @@ > > void __init x86_early_init_platform_quirks(void) > > { > > x86_platform.legacy.rtc = 1; > > + x86_platform.legacy.ebda_search = 0; > > You should make the default the setting for regular PC hardware, as you > have done for the .rtc bit. I went with with Ingo's suggested template [0]. Ingo, let me know what you prefer. [0] http://lkml.kernel.org/r/20160407205902.GS1990@wotan.suse.de Luis