diff options
Diffstat (limited to 'kernel/sysctl.c')
-rw-r--r-- | kernel/sysctl.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/kernel/sysctl.c b/kernel/sysctl.c index 7c54ff79afd7..137c7f69b264 100644 --- a/kernel/sysctl.c +++ b/kernel/sysctl.c | |||
@@ -623,6 +623,13 @@ static struct ctl_table kern_table[] = { | |||
623 | .mode = 0644, | 623 | .mode = 0644, |
624 | .proc_handler = proc_dointvec, | 624 | .proc_handler = proc_dointvec, |
625 | }, | 625 | }, |
626 | { | ||
627 | .procname = "tracepoint_printk", | ||
628 | .data = &tracepoint_printk, | ||
629 | .maxlen = sizeof(tracepoint_printk), | ||
630 | .mode = 0644, | ||
631 | .proc_handler = proc_dointvec, | ||
632 | }, | ||
626 | #endif | 633 | #endif |
627 | #ifdef CONFIG_KEXEC | 634 | #ifdef CONFIG_KEXEC |
628 | { | 635 | { |