Re: [PATCH v1 01/12] x86/smp: Make start_secondary() and initial_pg_pmd visible globally

From: Borislav Petkov
Date: Tue Jan 26 2016 - 16:58:13 EST


On Mon, Jan 25, 2016 at 10:30:26AM -0500, Boris Ostrovsky wrote:
> initial_pg_pmd (together with initial_page_table) are not really required
> --- I just used them for temporary page tables in the hvmlite startup code
> instead of allocating dedicated pages for that. Perhaps there is other
> (Xen-specific) area that I can use for that. Once we jump to startup_32
> these tables are no longer in use.

Then please create and use your own. There's no need for this short
temporary dependency during boot, especially if one day we go and change
things and break xen in the process.

--
Regards/Gruss,
Boris.

ECO tip #101: Trim your mails when you reply.