- remove unused variable
git-svn-id: http://svn.lfbs.rwth-aachen.de/svn/scc/trunk/MetalSVM@155 315a16e6-25f9-4109-90ae-ca3045a26c18
This commit is contained in:
parent
9d4971226f
commit
c882b28f03
1 changed files with 0 additions and 1 deletions
|
@ -91,7 +91,6 @@ int mmu_init(void)
|
|||
if (mb_info && (mb_info->flags & (1 << 6))) {
|
||||
multiboot_memory_map_t* mmap = (multiboot_memory_map_t*) mb_info->mmap_addr;
|
||||
multiboot_memory_map_t* mmap_end = (void*) ((size_t) mb_info->mmap_addr + mb_info->mmap_length);
|
||||
size_t end_addr;
|
||||
|
||||
while (mmap < mmap_end) {
|
||||
if (mmap->type == MULTIBOOT_MEMORY_AVAILABLE) {
|
||||
|
|
Loading…
Add table
Reference in a new issue