Re: [RFC v1 6/8] x86/init: use linker table for i386 early setup

From: Luis R. Rodriguez
Date: Wed Jan 20 2016 - 16:42:24 EST


On Wed, Jan 20, 2016 at 1:14 PM, Konrad Rzeszutek Wilk
<konrad.wilk@xxxxxxxxxx> wrote:
> On Tue, Dec 15, 2015 at 02:16:35PM -0800, Luis R. Rodriguez wrote:
>> From: "Luis R. Rodriguez" <mcgrof@xxxxxxxx>
>>
>> This also annotates this is only used for PC and
>> lguest hardware subarchitectures.
>>
>> Signed-off-by: Luis R. Rodriguez <mcgrof@xxxxxxxx>
>
> On Xen the code path (before this patch) was:
> xen_start_kernel->i386_start_kernel->i386_default_early_setup
>
> and now you remove the i386_default_early_setup call?

No you're right, this should include the Xen subarch as well, thanks for that.

Luis