Use shared symbols for heap_ptr and heap_end

This commit is contained in:
Michael Brown
2005-05-17 13:35:43 +00:00
parent 479fb900a1
commit 3ce6504f14
2 changed files with 10 additions and 1 deletions

View File

@@ -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