Juergen Gross f241b0b891 xen: correct race in alloc_p2m_pmd()
When allocating a new pmd for the linear mapped p2m list a check is
done for not introducing another pmd when this just happened on
another cpu. In this case the old pte pointer was returned which
points to the p2m_missing or p2m_identity page. The correct value
would be the pointer to the found new page.

Signed-off-by: Juergen Gross <jgross@suse.com>
Signed-off-by: David Vrabel <david.vrabel@citrix.com>
2015-01-12 10:09:40 +00:00
..
2014-09-23 13:36:20 +00:00
2014-08-26 13:45:49 -04:00
2015-01-12 10:09:40 +00:00
2014-09-23 13:36:18 +00:00
2014-08-26 13:45:49 -04:00
2014-05-12 17:19:56 +01:00