summaryrefslogtreecommitdiff
path: root/arch/s390/mm
diff options
context:
space:
mode:
authorEric W. Biederman <ebiederm@xmission.com>2007-02-14 08:33:45 (GMT)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-02-14 16:09:57 (GMT)
commitfeceb63ec589380f2125edcb70127e6a635af1cc (patch)
treea5d0071ce2b9f556e66a0636c72bd66f80930988 /arch/s390/mm
parent8d8cb8a1bbd92a77208bdeaa25c3f17f5da9297d (diff)
downloadlinux-fsl-qoriq-feceb63ec589380f2125edcb70127e6a635af1cc.tar.xz
[PATCH] sysctl: s390: move sysctl definitions to sysctl.h
We need to have the the definition of all top level sysctl directories registers in sysctl.h so we don't conflict by accident and cause abi problems. Signed-off-by: Eric W. Biederman <ebiederm@xmission.com> Acked-by: Martin Schwidefsky <schwidefsky@de.ibm.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/s390/mm')
-rw-r--r--arch/s390/mm/cmm.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/s390/mm/cmm.c b/arch/s390/mm/cmm.c
index f93a056..ccb9ab5 100644
--- a/arch/s390/mm/cmm.c
+++ b/arch/s390/mm/cmm.c
@@ -256,10 +256,6 @@ cmm_skip_blanks(char *cp, char **endp)
}
#ifdef CONFIG_CMM_PROC
-/* These will someday get removed. */
-#define VM_CMM_PAGES 1111
-#define VM_CMM_TIMED_PAGES 1112
-#define VM_CMM_TIMEOUT 1113
static struct ctl_table cmm_table[];