aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/xen/mm.h
diff options
context:
space:
mode:
authorKeir Fraser <keir@xensource.com>2007-07-14 10:26:02 +0100
committerKeir Fraser <keir@xensource.com>2007-07-14 10:26:02 +0100
commit4f5db4762cb7ed32dc53670ae53ea55d6eb5cb0a (patch)
treea58205cb49f766fb93e763168ec987e79183c224 /xen/include/xen/mm.h
parentc3d1e4b95d16b9a326caef7e14b64257f146ba7b (diff)
downloadxen-4f5db4762cb7ed32dc53670ae53ea55d6eb5cb0a.tar.gz
xen-4f5db4762cb7ed32dc53670ae53ea55d6eb5cb0a.tar.bz2
xen-4f5db4762cb7ed32dc53670ae53ea55d6eb5cb0a.zip
Remove unused function reserve_boot_memory() and alloc_boot_low_page().
Signed-off-by: Keir Fraser <keir@xensource.com>
Diffstat (limited to 'xen/include/xen/mm.h')
-rw-r--r--xen/include/xen/mm.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/xen/include/xen/mm.h b/xen/include/xen/mm.h
index a5183fd125..2742563fd8 100644
--- a/xen/include/xen/mm.h
+++ b/xen/include/xen/mm.h
@@ -41,9 +41,6 @@ paddr_t init_boot_allocator(paddr_t bitmap_start);
void init_boot_pages(paddr_t ps, paddr_t pe);
unsigned long alloc_boot_pages(
unsigned long nr_pfns, unsigned long pfn_align);
-unsigned long alloc_boot_low_pages(
- unsigned long nr_pfns, unsigned long pfn_align);
-int reserve_boot_pages(unsigned long first_pfn, unsigned long nr_pfns);
void end_boot_allocator(void);
/* Xen suballocator. These functions are interrupt-safe. */