Added ignore_physical_memory_ranges_beyond_4gb() which removes the memory

beyond 4 GB from the physical memory ranges.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37224 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2010-06-23 11:10:01 +00:00
parent bdf17d41a1
commit ff9151d11f
2 changed files with 41 additions and 0 deletions
+1
View File
@@ -49,6 +49,7 @@ void sort_physical_address_ranges(phys_addr_range* ranges, uint32 numRanges);
status_t insert_physical_memory_range(phys_addr_t start, phys_size_t size);
status_t insert_physical_allocated_range(phys_addr_t start, phys_size_t size);
status_t insert_virtual_allocated_range(addr_t start, size_t size);
void ignore_physical_memory_ranges_beyond_4gb();
#ifdef __cplusplus
}