Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5c36e657 authored by Paul Mundt's avatar Paul Mundt
Browse files

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: default avatarPaul Mundt <lethal@linux-sh.org>
parent e6bcf562
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -846,7 +846,8 @@ static ctl_table vm_table[] = {
		.extra2		= &one_hundred,
	},
#endif
#ifdef CONFIG_X86_32
#if defined(CONFIG_X86_32) || \
   (defined(CONFIG_SUPERH) && defined(CONFIG_VSYSCALL))
	{
		.ctl_name	= VM_VDSO_ENABLED,
		.procname	= "vdso_enabled",