]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit68eba81cfbf09ee2fed57d86e7b59fc2cd52bab1
treee289a2c0756dc9b9913130da6b7a0259277d92d5
parentd7796ed15054751ce1175c44017d4c26b00b70d8
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