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)
commitfcca2e3119f3771dcfd0b03b3718b3c51b5f21c3
treee289a2c0756dc9b9913130da6b7a0259277d92d5
parentbc5eb20161ad742a38b7b4deda393e577ade669b
x86/xen: rename early_p2m_alloc() and early_p2m_alloc_middle()

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>
arch/x86/xen/p2m.c
This page took 0.025467 seconds and 5 git commands to generate.