Re: [Xen-devel] [RFC v1 7/8] x86/init: user linker table for ce4100 early setup

2016-01-20 Thread Konrad Rzeszutek Wilk
On Tue, Dec 15, 2015 at 02:16:36PM -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. > > Signed-off-by: Luis R. Rodriguez Reviewed-by: Konrad Rzeszutek Wilk > --- > arch/x86/include/asm/setup.

[Xen-devel] [RFC v1 7/8] x86/init: user linker table for ce4100 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 | 3 --- arch/x86/platform/ce4100/ce4100.c | 4 +++- 3 files change