mirror of
https://github.com/limine-bootloader/limine
synced 2024-12-04 06:02:28 +03:00
pmm: Remove useless if
This commit is contained in:
parent
6fe0a46a34
commit
0ab68fa83e
@ -306,9 +306,6 @@ void init_memmap(void) {
|
||||
bump_allocator_base = entry->PhysicalStart;
|
||||
bump_allocator_limit = entry_pool_limit;
|
||||
bump_alloc_pool_size = entry_pool_size;
|
||||
|
||||
if (bump_allocator_limit > 0x100000)
|
||||
bump_allocator_limit = 0x100000;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user