On Wed, Jan 20, 2016 at 1:14 PM, Konrad Rzeszutek Wilk <[email protected]> wrote: > On Tue, Dec 15, 2015 at 02:16:35PM -0800, Luis R. Rodriguez wrote: >> From: "Luis R. Rodriguez" <[email protected]> >> >> This also annotates this is only used for PC and >> lguest hardware subarchitectures. >> >> Signed-off-by: Luis R. Rodriguez <[email protected]> > > 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

