x86/xen: rename early_p2m_alloc() and early_p2m_alloc_middle()
authorDavid Vrabel <david.vrabel@citrix.com>
Tue, 7 Jan 2014 11:53:35 +0000 (11:53 +0000)
committerDavid Vrabel <david.vrabel@citrix.com>
Thu, 15 May 2014 15:12:25 +0000 (16:12 +0100)
early_p2m_alloc_middle() allocates a new leaf page and
early_p2m_alloc() allocates a new middle page.  This is confusing.

Swap the names so they match what the functions actually do.

Signed-off-by: David Vrabel <david.vrabel@citrix.com>
Reviewed-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Tested-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>

No differences found