Merge branch 'davinci-next' of git://gitorious.org/linux-davinci/linux-davinci into...
[pandora-kernel.git] / net / core / sysctl_net_core.c
index 385b609..a829e3f 100644 (file)
@@ -122,6 +122,15 @@ static struct ctl_table net_core_table[] = {
                .mode           = 0644,
                .proc_handler   = proc_dointvec
        },
+#ifdef CONFIG_BPF_JIT
+       {
+               .procname       = "bpf_jit_enable",
+               .data           = &bpf_jit_enable,
+               .maxlen         = sizeof(int),
+               .mode           = 0644,
+               .proc_handler   = proc_dointvec
+       },
+#endif
        {
                .procname       = "netdev_tstamp_prequeue",
                .data           = &netdev_tstamp_prequeue,