From ac120e7c6b4f8f217a619fd66a9c91877a842744 Mon Sep 17 00:00:00 2001 From: Lee Schermerhorn Date: Fri, 10 Aug 2007 13:00:51 -0700 Subject: [PATCH] --- yaml --- r: 63849 b: refs/heads/master c: 8daec965e7035bbf8d364fe7585bffac7222b87a h: refs/heads/master i: 63847: 7b4d4e2e0b98384ecf338c922799c803857de484 v: v3 --- [refs] | 2 +- trunk/kernel/sysctl.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 5c9e8a90150e..d7ccbc3f8c64 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 202a21d6914369c1362f1ab50f0cbe92b9c38718 +refs/heads/master: 8daec965e7035bbf8d364fe7585bffac7222b87a diff --git a/trunk/kernel/sysctl.c b/trunk/kernel/sysctl.c index 79c891e6266c..8bdb8c07e04f 100644 --- a/trunk/kernel/sysctl.c +++ b/trunk/kernel/sysctl.c @@ -1023,6 +1023,7 @@ static ctl_table vm_table[] = { .mode = 0644, .proc_handler = &proc_doulongvec_minmax, }, +#endif #ifdef CONFIG_NUMA { .ctl_name = CTL_UNNUMBERED, @@ -1034,7 +1035,6 @@ static ctl_table vm_table[] = { .strategy = &sysctl_string, }, #endif -#endif #if defined(CONFIG_X86_32) || \ (defined(CONFIG_SUPERH) && defined(CONFIG_VSYSCALL)) {