aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-x86/domain.h
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2010-05-20 15:30:49 +0100
committerKeir Fraser <keir.fraser@citrix.com>2010-05-20 15:30:49 +0100
commit9f0ebab347097fb91beb7064f16fa40b090bd42c (patch)
tree55c0517d5c858844bb4f16e52879f6b28595d4cd /xen/include/asm-x86/domain.h
parentceba28edd5687553f9a72f4336de521ce5d6b818 (diff)
downloadxen-9f0ebab347097fb91beb7064f16fa40b090bd42c.tar.gz
xen-9f0ebab347097fb91beb7064f16fa40b090bd42c.tar.bz2
xen-9f0ebab347097fb91beb7064f16fa40b090bd42c.zip
p2m: move phystable into p2m
Moves phys_table from struct domain to struct p2m_domain. Signed-off-by: Christoph Egger <Christoph.Egger@amd.com> Acked-by: Tim Deegan <Tim.Deegan@citrix.com>
Diffstat (limited to 'xen/include/asm-x86/domain.h')
-rw-r--r--xen/include/asm-x86/domain.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/xen/include/asm-x86/domain.h b/xen/include/asm-x86/domain.h
index baf3fc401b..bbd2565548 100644
--- a/xen/include/asm-x86/domain.h
+++ b/xen/include/asm-x86/domain.h
@@ -247,9 +247,6 @@ struct arch_domain
struct paging_domain paging;
struct p2m_domain *p2m;
- /* Shadow translated domain: P2M mapping */
- pagetable_t phys_table;
-
/* NB. protected by d->event_lock and by irq_desc[irq].lock */
int *irq_pirq;
int *pirq_irq;