diff options
| author | Tom Rini <trini@kernel.crashing.org> | 2004-08-17 21:19:19 -0700 |
|---|---|---|
| committer | Tom Rini <trini@kernel.crashing.org> | 2004-08-17 21:19:19 -0700 |
| commit | b377c5bd82f1d48c3d07aaae21015f02ba5e5b3f (patch) | |
| tree | 11ddd4c9b2b4d7a0112090c4df7b5d4cddc5e64a /kernel | |
| parent | 44d93b2311fe236d75b4b64193b0b1372c385360 (diff) | |
ppc32: Move ppc32-specific sysctls to arch/ppc
Remove both of the PPC32 && 6xx sysctls from kernel/sysctl.c to
arch/ppc/
Signed-off-by: Tom Rini <trini@kernel.crashing.org>
Diffstat (limited to 'kernel')
| -rw-r--r-- | kernel/sysctl.c | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/kernel/sysctl.c b/kernel/sysctl.c index 3905df6f026f..5cd99ef27e30 100644 --- a/kernel/sysctl.c +++ b/kernel/sysctl.c @@ -110,12 +110,6 @@ extern int sysctl_userprocess_debug; extern int sysctl_hz_timer; -#if defined(CONFIG_PPC32) && defined(CONFIG_6xx) -extern unsigned long powersave_nap; -int proc_dol2crvec(ctl_table *table, int write, struct file *filp, - void __user *buffer, size_t *lenp, loff_t *ppos); -#endif - #ifdef CONFIG_BSD_PROCESS_ACCT extern int acct_parm[]; #endif @@ -355,22 +349,6 @@ static ctl_table kern_table[] = { .proc_handler = &proc_dointvec, }, #endif -#if defined(CONFIG_PPC32) && defined(CONFIG_6xx) - { - .ctl_name = KERN_PPC_POWERSAVE_NAP, - .procname = "powersave-nap", - .data = &powersave_nap, - .maxlen = sizeof(int), - .mode = 0644, - .proc_handler = &proc_dointvec, - }, - { - .ctl_name = KERN_PPC_L2CR, - .procname = "l2cr", - .mode = 0644, - .proc_handler = &proc_dol2crvec, - }, -#endif { .ctl_name = KERN_CTLALTDEL, .procname = "ctrl-alt-del", |
