diff options
Diffstat (limited to 'arch/x86/kernel/uintr_fd.c')
| -rw-r--r-- | arch/x86/kernel/uintr_fd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/kernel/uintr_fd.c b/arch/x86/kernel/uintr_fd.c index 3287f8028d00..e945cb03fdb7 100644 --- a/arch/x86/kernel/uintr_fd.c +++ b/arch/x86/kernel/uintr_fd.c @@ -324,6 +324,7 @@ SYSCALL_DEFINE2(uintr_wait, u64, usec, unsigned int, flags) SYSCALL_DEFINE1(uintr_event, unsigned int, flags) { + printk("uintr_event called\n"); if (!uintr_arch_enabled()) return -EOPNOTSUPP; |
