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

2016-02-11 Thread Luis R. Rodriguez
On Wed, Jan 20, 2016 at 1:41 PM, Luis R. Rodriguez wrote: > On Wed, Jan 20, 2016 at 1:14 PM, Konrad Rzeszutek Wilk > wrote: >> On Tue, Dec 15, 2015 at 02:16:35PM -0800, Luis R. Rodriguez wrote: >>> From: "Luis R. Rodriguez" >>> >>> This also annotates this is only used for PC and >>> lguest hard

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

2016-01-20 Thread Luis R. Rodriguez
On Wed, Jan 20, 2016 at 1:14 PM, Konrad Rzeszutek Wilk wrote: > On Tue, Dec 15, 2015 at 02:16:35PM -0800, Luis R. Rodriguez wrote: >> From: "Luis R. Rodriguez" >> >> This also annotates this is only used for PC and >> lguest hardware subarchitectures. >> >> Signed-off-by: Luis R. Rodriguez > > O

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

2016-01-20 Thread Konrad Rzeszutek Wilk
On Tue, Dec 15, 2015 at 02:16:35PM -0800, Luis R. Rodriguez wrote: > From: "Luis R. Rodriguez" > > This also annotates this is only used for PC and > lguest hardware subarchitectures. > > Signed-off-by: Luis R. Rodriguez On Xen the code path (before this patch) was: xen_start_kernel->i386_star

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

2015-12-15 Thread Luis R. Rodriguez
From: "Luis R. Rodriguez" This also annotates this is only used for PC and lguest hardware subarchitectures. Signed-off-by: Luis R. Rodriguez --- arch/x86/kernel/head32.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/arch/x86/kernel/head32.c b/arch/x86/kernel/head