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

2016-01-20 Thread Konrad Rzeszutek Wilk
On Tue, Dec 15, 2015 at 02:16:37PM -0800, Luis R. Rodriguez wrote: > From: "Luis R. Rodriguez" > > Using the linker table removes the need for the #ifdef'ery > and clutter on head32.c. Reviewed-by: Konrad Rzeszutek Wilk > > Signed-off-by: Luis R. Rodriguez > --- > arch/x86/include/asm/setup.

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

2015-12-15 Thread Luis R. Rodriguez
From: "Luis R. Rodriguez" Using the linker table removes the need for the #ifdef'ery and clutter on head32.c. Signed-off-by: Luis R. Rodriguez --- arch/x86/include/asm/setup.h| 6 -- arch/x86/kernel/head32.c| 7 --- arch/x86/platform/intel-mid/intel-mid.c |