diff options
Diffstat (limited to 'Kernel/Debug.h.in')
-rw-r--r-- | Kernel/Debug.h.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Kernel/Debug.h.in b/Kernel/Debug.h.in index 3ef0ad037b..0db094ad4c 100644 --- a/Kernel/Debug.h.in +++ b/Kernel/Debug.h.in @@ -134,6 +134,10 @@ #cmakedefine01 KMALLOC_DEBUG #endif +#ifndef KMALLOC_VERIFY_NO_SPINLOCK_HELD +#cmakedefine01 KMALLOC_VERIFY_NO_SPINLOCK_HELD +#endif + #ifndef LOCAL_SOCKET_DEBUG #cmakedefine01 LOCAL_SOCKET_DEBUG #endif |