Re: [Xen-devel] [PATCH v4 06/14] x86/init: use a platform legacy quirk for ebda

2016-04-07 Thread Luis R. Rodriguez
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_plat

Re: [Xen-devel] [PATCH v4 06/14] x86/init: use a platform legacy quirk for ebda

2016-04-07 Thread David Vrabel
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 shoul

[Xen-devel] [PATCH v4 06/14] x86/init: use a platform legacy quirk for ebda

2016-04-06 Thread Luis R. Rodriguez
This replaces the paravirt_enabled() check with a proper x86 legacy platform quirk. Signed-off-by: Luis R. Rodriguez --- arch/x86/include/asm/x86_init.h | 3 +++ arch/x86/kernel/head.c| 2 +- arch/x86/kernel/platform-quirks.c | 4 3 files changed, 8 insertions(+), 1 deletion(-