1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 10:37:45 +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:
Andreas Kling 2021-03-04 11:13:17 +01:00
parent 1208fc7d37
commit 38c8dc22cf
4 changed files with 2 additions and 19 deletions

View file

@ -150,10 +150,6 @@
#cmakedefine01 KEYBOARD_DEBUG
#endif
#ifndef KMALLOC_DEBUG
#cmakedefine01 KMALLOC_DEBUG
#endif
#ifndef LOCAL_SOCKET_DEBUG
#cmakedefine01 LOCAL_SOCKET_DEBUG
#endif
@ -317,7 +313,3 @@
#ifndef WAITQUEUE_DEBUG
#cmakedefine01 WAITQUEUE_DEBUG
#endif
#ifndef KMALLOC_DEBUG_LARGE_ALLOCATIONS
#cmakedefine01 KMALLOC_DEBUG_LARGE_ALLOCATIONS
#endif