1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 21:37:35 +00:00

Kernel: Stop debug spam when using mmap on /dev/mem device

This is not really useful and quite annoying so let's disable it by
default.
This commit is contained in:
Liav A 2022-04-01 19:52:22 +03:00 committed by Andreas Kling
parent 916e093d4a
commit d0abae8907
3 changed files with 6 additions and 3 deletions

View file

@ -207,6 +207,10 @@
#cmakedefine01 MOUSE_DEBUG
#endif
#ifndef MEMORY_DEVICE_DEBUG
#cmakedefine01 MEMORY_DEVICE_DEBUG
#endif
#ifndef MULTIPROCESSOR_DEBUG
#cmakedefine01 MULTIPROCESSOR_DEBUG
#endif