1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 01:57:45 +00:00

Kernel: Put loopback adapter debug spam behind a flag

This significantly increases loopback adapter speed in normal use.
This commit is contained in:
Tim Ledbetter 2023-06-17 09:37:47 +01:00 committed by Sam Atkins
parent 0184fc5e43
commit 586b47cede
3 changed files with 6 additions and 1 deletions

View file

@ -187,6 +187,10 @@
#cmakedefine01 LOCK_TRACE_DEBUG
#endif
#ifndef LOOPBACK_DEBUG
#cmakedefine01 LOOPBACK_DEBUG
#endif
#ifndef MASTERPTY_DEBUG
#cmakedefine01 MASTERPTY_DEBUG
#endif