diff --git a/kernel/sysctl.c b/kernel/sysctl.c index 62e4ff9968b5fe64a06c9f8735af10d3b6a304b9..c428ba161db1e4908b110870eb157f673977c4bc 100644 --- a/kernel/sysctl.c +++ b/kernel/sysctl.c @@ -335,7 +335,10 @@ static struct ctl_table kern_table[] = { .data = &sysctl_timer_migration, .maxlen = sizeof(unsigned int), .mode = 0644, - .proc_handler = &proc_dointvec, + .proc_handler = &proc_dointvec_minmax, + .strategy = &sysctl_intvec, + .extra1 = &zero, + .extra2 = &one, }, #endif {