summaryrefslogtreecommitdiffstats
path: root/src/core
diff options
context:
space:
mode:
authorMichael Brown2005-05-17 15:35:43 +0200
committerMichael Brown2005-05-17 15:35:43 +0200
commit3ce6504f14855f40bc5f8aff09e53875d53993e4 (patch)
treeaf17f842cbd2589e535e1f15495770c2cf1d646d /src/core
parentAdded copy_phys_to_phys (diff)
downloadipxe-3ce6504f14855f40bc5f8aff09e53875d53993e4.tar.gz
ipxe-3ce6504f14855f40bc5f8aff09e53875d53993e4.tar.xz
ipxe-3ce6504f14855f40bc5f8aff09e53875d53993e4.zip
Use shared symbols for heap_ptr and heap_end
Diffstat (limited to 'src/core')
-rw-r--r--src/core/heap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/heap.c b/src/core/heap.c
index 0c8a9ac83..d9a7efec7 100644
--- a/src/core/heap.c
+++ b/src/core/heap.c
@@ -13,7 +13,7 @@ struct heap_block {
extern char _text[];
extern char _end[];
-static physaddr_t heap_start, heap_end, heap_ptr;
+static physaddr_t heap_start;
/*
* Find the largest contiguous area of memory that I can use for the