mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 01:07:35 +00:00
Kernel: Remove unused KMALLOC_DEBUG_LARGE_ALLOCATIONS mode
This was a thing back when the system was so little that any kernel allocation above 1 MiB was basically guaranteed to be a bug. :^)
This commit is contained in:
parent
1208fc7d37
commit
38c8dc22cf
4 changed files with 2 additions and 19 deletions
|
@ -134,7 +134,6 @@ set(ICO_DEBUG ON)
|
|||
set(IPV4_DEBUG ON)
|
||||
set(IRC_DEBUG ON)
|
||||
set(KEYBOARD_DEBUG ON)
|
||||
set(KMALLOC_DEBUG_LARGE_ALLOCATIONS ON)
|
||||
set(LEXER_DEBUG ON)
|
||||
set(LOOKUPSERVER_DEBUG ON)
|
||||
set(MALLOC_DEBUG ON)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue