Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=5c36e6578d81f79ede871d3e66a0d6beeffeb3dc
Commit:     5c36e6578d81f79ede871d3e66a0d6beeffeb3dc
Parent:     e6bcf562e58662b9765748d346e4c076b20e3aa5
Author:     Paul Mundt <[EMAIL PROTECTED]>
AuthorDate: Thu Mar 1 10:07:42 2007 +0900
Committer:  Paul Mundt <[EMAIL PROTECTED]>
CommitDate: Mon Mar 5 14:13:26 2007 +0900

    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 <[EMAIL PROTECTED]>
---
 kernel/sysctl.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/kernel/sysctl.c b/kernel/sysctl.c
index 34b2301..1b255df 100644
--- a/kernel/sysctl.c
+++ b/kernel/sysctl.c
@@ -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",
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to