Commit 5c36e6578d81f79ede871d3e66a0d6beeffeb3dc

Authored by Paul Mundt
1 parent e6bcf562e5

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>

Showing 1 changed file with 2 additions and 1 deletions Side-by-side Diff

... ... @@ -846,7 +846,8 @@
846 846 .extra2 = &one_hundred,
847 847 },
848 848 #endif
849   -#ifdef CONFIG_X86_32
  849 +#if defined(CONFIG_X86_32) || \
  850 + (defined(CONFIG_SUPERH) && defined(CONFIG_VSYSCALL))
850 851 {
851 852 .ctl_name = VM_VDSO_ENABLED,
852 853 .procname = "vdso_enabled",