]> git.baikalelectronics.ru Git - kernel.git/commit
x86/xen: set regions above the end of RAM as 1:1
authorDavid Vrabel <david.vrabel@citrix.com>
Fri, 3 Jan 2014 15:46:10 +0000 (15:46 +0000)
committerDavid Vrabel <david.vrabel@citrix.com>
Thu, 15 May 2014 15:15:18 +0000 (16:15 +0100)
commit29000706844181e1441311bd0c3a2a706001e471
tree97ba9a29b44bc117ff975a4a9591511a7f931468
parent0f8cb4c0241aaabcd5331f0442f0072cc893be1d
x86/xen: set regions above the end of RAM as 1:1

PCI devices may have BARs located above the end of RAM so mark such
frames as identity frames in the p2m (instead of the default of
missing).

PFNs outside the p2m (above MAX_P2M_PFN) are also considered to be
identity frames for the same reason.

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
arch/x86/xen/setup.c