aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/x86_64/mm.c
diff options
context:
space:
mode:
authorJan Beulich <jbeulich@novell.com>2011-06-23 11:35:55 +0100
committerJan Beulich <jbeulich@novell.com>2011-06-23 11:35:55 +0100
commitb367886a483e816b69dcedd0ad9e0d3129ed8c79 (patch)
tree9c1008757465762dba76c2728b54f706cc92086f /xen/arch/x86/x86_64/mm.c
parent878d06182ae1cc21737cdbccb8f4db8925d6b50e (diff)
downloadxen-b367886a483e816b69dcedd0ad9e0d3129ed8c79.tar.gz
xen-b367886a483e816b69dcedd0ad9e0d3129ed8c79.tar.bz2
xen-b367886a483e816b69dcedd0ad9e0d3129ed8c79.zip
x86: show page walk also for early page faults
At once, move the common (between 32- and 64-bit) definition of machine_to_phys_mapping_valid to a common location. Signed-off-by: Jan Beulich <jbeulich@novell.com>
Diffstat (limited to 'xen/arch/x86/x86_64/mm.c')
-rw-r--r--xen/arch/x86/x86_64/mm.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/xen/arch/x86/x86_64/mm.c b/xen/arch/x86/x86_64/mm.c
index effd52a4c4..933b68f17b 100644
--- a/xen/arch/x86/x86_64/mm.c
+++ b/xen/arch/x86/x86_64/mm.c
@@ -47,8 +47,6 @@ unsigned int __read_mostly pfn_pdx_hole_shift = 0;
unsigned int __read_mostly m2p_compat_vstart = __HYPERVISOR_COMPAT_VIRT_START;
-bool_t __read_mostly machine_to_phys_mapping_valid = 0;
-
/* Top-level master (and idle-domain) page directory. */
l4_pgentry_t __attribute__ ((__section__ (".bss.page_aligned")))
idle_pg_table[L4_PAGETABLE_ENTRIES];