Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932716AbbLQUtH (ORCPT ); Thu, 17 Dec 2015 15:49:07 -0500 Received: from mail-oi0-f41.google.com ([209.85.218.41]:33322 "EHLO mail-oi0-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932139AbbLQUtF (ORCPT ); Thu, 17 Dec 2015 15:49:05 -0500 MIME-Version: 1.0 In-Reply-To: <1450217797-19295-6-git-send-email-mcgrof@do-not-panic.com> References: <1450217797-19295-1-git-send-email-mcgrof@do-not-panic.com> <1450217797-19295-6-git-send-email-mcgrof@do-not-panic.com> From: Andy Lutomirski Date: Thu, 17 Dec 2015 12:48:44 -0800 Message-ID: Subject: Re: [RFC v1 5/8] x86/init: move ebda reservations into linker table To: "Luis R. Rodriguez" Cc: "H. Peter Anvin" , Thomas Gleixner , Ingo Molnar , Borislav Petkov , Konrad Rzeszutek Wilk , Rusty Russell , Boris Ostrovsky , mcb30@ipxe.org, Juergen Gross , Jan Beulich , Joerg Roedel , Andrey Ryabinin , Andrey Konovalov , long.wanglong@huawei.com, qiuxishi@huawei.com, Andrey Ryabinin , Mauro Carvalho Chehab , valentinrothberg@gmail.com, peter.senna@gmail.com, Luis Rodriguez , X86 ML , Xen Devel , "linux-kernel@vger.kernel.org" Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1132 Lines: 27 On Tue, Dec 15, 2015 at 2:16 PM, Luis R. Rodriguez wrote: > From: "Luis R. Rodriguez" > > This lets us annotate its requirements specifically for > PC and lguest subarchitectures. While at it since head.c > just has ebda data rename it. Since we're using linker tables > and both x86 32-bit and 64-bit have them we don't need > to declare a call for this separately. This lets us > also keep this declared static now. > > Since we're using linker tables and have support to annotate > subarchitecture do that instead. pv_legacy() is incorrect as > its really only for legacy PV guests. There's no need for > pv_legacy() check anymore now. I'm entirely ignorant of anything going on in gPXE/iPXE. Can you explain what a linker table *does*? It looks like all you've done in this patch is to move code around. What actually happens? --Andy -- 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/