hc
2023-12-08 01573e231f18eb2d99162747186f59511f56b64d
kernel/tools/lib/lockdep/lockdep.c
....@@ -15,6 +15,11 @@
1515 abort();
1616 }
1717
18
+void print_irqtrace_events(struct task_struct *curr)
19
+{
20
+ abort();
21
+}
22
+
1823 static struct new_utsname *init_utsname(void)
1924 {
2025 static struct new_utsname n = (struct new_utsname) {