aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/kexec.c
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2009-07-08 22:08:31 +0100
committerKeir Fraser <keir.fraser@citrix.com>2009-07-08 22:08:31 +0100
commit0409e29e2bd9ff5e30cb0bfe5ba49b7aed19ae5e (patch)
treeacc735e24d46926ec3258b2a658fb2cd9ef66c54 /xen/common/kexec.c
parent4d5b3e46f1afbe993af97f96e3abd69162faeeeb (diff)
downloadxen-0409e29e2bd9ff5e30cb0bfe5ba49b7aed19ae5e.tar.gz
xen-0409e29e2bd9ff5e30cb0bfe5ba49b7aed19ae5e.tar.bz2
xen-0409e29e2bd9ff5e30cb0bfe5ba49b7aed19ae5e.zip
Replace boot-time free-pages bitmap with a region list.
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 aa7b5ee577..baa4a657e9 100644
--- a/xen/common/kexec.c
+++ b/xen/common/kexec.c
@@ -334,7 +334,6 @@ static void crash_save_vmcoreinfo(void)
VMCOREINFO_SYMBOL(domain_list);
VMCOREINFO_SYMBOL(frame_table);
- VMCOREINFO_SYMBOL(alloc_bitmap);
VMCOREINFO_SYMBOL(max_page);
VMCOREINFO_STRUCT_SIZE(page_info);