[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>
This commit is contained in:
committed by
Linus Torvalds
parent
8d8cb8a1bb
commit
feceb63ec5
@@ -852,7 +852,6 @@ debug_finish_entry(debug_info_t * id, debug_entry_t* active, int level,
|
||||
static int debug_stoppable=1;
|
||||
static int debug_active=1;
|
||||
|
||||
#define CTL_S390DBF 5677
|
||||
#define CTL_S390DBF_STOPPABLE 5678
|
||||
#define CTL_S390DBF_ACTIVE 5679
|
||||
|
||||
|
Reference in New Issue
Block a user