aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/kexec.c
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2009-01-16 15:12:12 +0000
committerKeir Fraser <keir.fraser@citrix.com>2009-01-16 15:12:12 +0000
commitf4c0f33f762db77fba148ffe96357eec2bb764c6 (patch)
tree158deafded8cc9308eec7077424a5b87a17a6bd5 /xen/common/kexec.c
parent9d2546d68336402ae08630fcac60b2b87578ade9 (diff)
downloadxen-f4c0f33f762db77fba148ffe96357eec2bb764c6.tar.gz
xen-f4c0f33f762db77fba148ffe96357eec2bb764c6.tar.bz2
xen-f4c0f33f762db77fba148ffe96357eec2bb764c6.zip
x86_64: Remove statically-partitioned Xen heap.
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
Diffstat (limited to 'xen/common/kexec.c')
-rw-r--r--xen/common/kexec.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/xen/common/kexec.c b/xen/common/kexec.c
index 2eb73e94b5..aa7b5ee577 100644
--- a/xen/common/kexec.c
+++ b/xen/common/kexec.c
@@ -336,7 +336,6 @@ static void crash_save_vmcoreinfo(void)
VMCOREINFO_SYMBOL(frame_table);
VMCOREINFO_SYMBOL(alloc_bitmap);
VMCOREINFO_SYMBOL(max_page);
- VMCOREINFO_SYMBOL(xenheap_phys_end);
VMCOREINFO_STRUCT_SIZE(page_info);
VMCOREINFO_STRUCT_SIZE(domain);