mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-27 12:46:06 +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:
parent
916e093d4a
commit
d0abae8907
Notes:
sideshowbarker
2024-07-18 01:43:16 +09:00
Author: https://github.com/supercomputer7
Commit: d0abae8907
Pull-request: https://github.com/SerenityOS/serenity/pull/13411
3 changed files with 6 additions and 3 deletions
|
@ -207,6 +207,10 @@
|
|||
#cmakedefine01 MOUSE_DEBUG
|
||||
#endif
|
||||
|
||||
#ifndef MEMORY_DEVICE_DEBUG
|
||||
#cmakedefine01 MEMORY_DEVICE_DEBUG
|
||||
#endif
|
||||
|
||||
#ifndef MULTIPROCESSOR_DEBUG
|
||||
#cmakedefine01 MULTIPROCESSOR_DEBUG
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue