Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1294260

Re: [RFC v1 5/8] x86/init: move ebda reservations into linker table

From Andy Lutomirski <luto@amacapital.net>
Newsgroups linux.kernel
Subject Re: [RFC v1 5/8] x86/init: move ebda reservations into linker table
Date 2015-12-17 21:50 +0100
Message-ID <qGNES-4pE-5@gated-at.bofh.it> (permalink)
References <qG66R-1Iz-7@gated-at.bofh.it> <qG66S-1Iz-37@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Tue, Dec 15, 2015 at 2:16 PM, Luis R. Rodriguez
<mcgrof@do-not-panic.com> wrote:
> From: "Luis R. Rodriguez" <mcgrof@suse.com>
>
> 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/

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[RFC v1 5/8] x86/init: move ebda reservations into linker table "Luis R. Rodriguez" <mcgrof@do-not-panic.com> - 2015-12-15 23:20 +0100
  Re: [RFC v1 5/8] x86/init: move ebda reservations into linker table Andy Lutomirski <luto@amacapital.net> - 2015-12-17 21:50 +0100
    Re: [RFC v1 5/8] x86/init: move ebda reservations into linker table Andy Lutomirski <luto@amacapital.net> - 2015-12-17 22:00 +0100
      Re: [RFC v1 5/8] x86/init: move ebda reservations into linker table "Luis R. Rodriguez" <mcgrof@suse.com> - 2015-12-18 00:50 +0100
    Re: [RFC v1 5/8] x86/init: move ebda reservations into linker table "H. Peter Anvin" <hpa@zytor.com> - 2015-12-17 22:00 +0100

csiph-web