“f8e00d5fa86fbc4462647da162152d4e74db784c”上不存在“drivers/git@gitcode.net:openanolis/cloud-kernel.git”
提交 5c36e657 编写于 作者: P Paul Mundt

sysctl: Support vdso_enabled sysctl on SH.

All of the logic for this was already in place, we just hadn't wired it
up in the sysctl table.
Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
上级 e6bcf562
...@@ -846,7 +846,8 @@ static ctl_table vm_table[] = { ...@@ -846,7 +846,8 @@ static ctl_table vm_table[] = {
.extra2 = &one_hundred, .extra2 = &one_hundred,
}, },
#endif #endif
#ifdef CONFIG_X86_32 #if defined(CONFIG_X86_32) || \
(defined(CONFIG_SUPERH) && defined(CONFIG_VSYSCALL))
{ {
.ctl_name = VM_VDSO_ENABLED, .ctl_name = VM_VDSO_ENABLED,
.procname = "vdso_enabled", .procname = "vdso_enabled",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册