mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 03:36:19 +00:00
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: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
parent
e6bcf562e5
commit
5c36e6578d
1 changed files with 2 additions and 1 deletions
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue