diff options
| author | 项小羽 <[email protected]> | 2022-07-11 05:19:30 +0000 |
|---|---|---|
| committer | 项小羽 <[email protected]> | 2022-07-11 05:19:30 +0000 |
| commit | 4ca20702c9e9438bdc3736ff3db94aa28ed88297 (patch) | |
| tree | 9ebe4bdcc3d833b36c4d36c98521d4d4c12f2ca4 /arch/x86/kernel/uintr_fd.c | |
| parent | 6015080e9ea64f9304f17f610d736cb1ed52924f (diff) | |
turn off debug, modify makefile for test, ready for iouringtsing-kernel
Diffstat (limited to 'arch/x86/kernel/uintr_fd.c')
| -rw-r--r-- | arch/x86/kernel/uintr_fd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/uintr_fd.c b/arch/x86/kernel/uintr_fd.c index 06d7f4f84119..891c4568d60b 100644 --- a/arch/x86/kernel/uintr_fd.c +++ b/arch/x86/kernel/uintr_fd.c @@ -12,7 +12,7 @@ #include <linux/syscalls.h> #include <asm/uintr.h> -static bool Debug = true; +static bool Debug = false; struct uintrfd_ctx { struct uintr_receiver_info *r_info; |
