]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/x86_64/kernel/vsyscall.c
[PATCH] sysctl: remove insert_at_head from register_sysctl
[karo-tx-linux.git] / arch / x86_64 / kernel / vsyscall.c
index c0e2b48be308ae81495ef4f08ada663d408c0e7a..313dc6ad780b1734aa9e10b41030835b14b4147e 100644 (file)
@@ -301,7 +301,7 @@ static int __init vsyscall_init(void)
        BUG_ON((unsigned long) &vgetcpu != VSYSCALL_ADDR(__NR_vgetcpu));
        map_vsyscall();
 #ifdef CONFIG_SYSCTL
-       register_sysctl_table(kernel_root_table2, 0);
+       register_sysctl_table(kernel_root_table2);
 #endif
        on_each_cpu(cpu_vsyscall_init, NULL, 0, 1);
        hotcpu_notifier(cpu_vsyscall_notifier, 0);