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 4aada6d9fe74..bb50c2187194 100644 --- a/kernel/sysctl.c +++ b/kernel/sysctl.c | |||
| @@ -622,6 +622,13 @@ static struct ctl_table kern_table[] = { | |||
| 622 | .mode = 0644, | 622 | .mode = 0644, |
| 623 | .proc_handler = proc_dointvec, | 623 | .proc_handler = proc_dointvec, |
| 624 | }, | 624 | }, |
| 625 | { | ||
| 626 | .procname = "tracepoint_printk", | ||
| 627 | .data = &tracepoint_printk, | ||
| 628 | .maxlen = sizeof(tracepoint_printk), | ||
| 629 | .mode = 0644, | ||
| 630 | .proc_handler = proc_dointvec, | ||
| 631 | }, | ||
| 625 | #endif | 632 | #endif |
| 626 | #ifdef CONFIG_KEXEC | 633 | #ifdef CONFIG_KEXEC |
| 627 | { | 634 | { |
