From 25b884a83d487fd62c3de7ac1ab5549979188482 Mon Sep 17 00:00:00 2001 From: David Vrabel Date: Fri, 3 Jan 2014 15:46:10 +0000 Subject: [PATCH] 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 Reviewed-by: Konrad Rzeszutek Wilk Tested-by: Konrad Rzeszutek Wilk --- Reading git-format-patch failed