diff options
author | Alexey Dobriyan <adobriyan@gmail.com> | 2007-10-27 14:34:53 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-11-07 22:15:30 -0500 |
commit | fb293ae1c02dab78e714d50f2c37d7852d6f328a (patch) | |
tree | b211f84e8b3cff23489af458f996f82e79b007ea /arch/powerpc/kernel | |
parent | 4bfac36891d965bf71992c68b2c079afbfb42b4d (diff) |
[POWERPC] Fix sysctl table check failure on PowerMac
kernel was marked with 0755. Everywhere else it's 0555.
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/kernel')
-rw-r--r-- | arch/powerpc/kernel/idle.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/idle.c b/arch/powerpc/kernel/idle.c index abd2957fe537..c3cf0e8f3ac1 100644 --- a/arch/powerpc/kernel/idle.c +++ b/arch/powerpc/kernel/idle.c | |||
@@ -122,7 +122,7 @@ static ctl_table powersave_nap_sysctl_root[] = { | |||
122 | { | 122 | { |
123 | .ctl_name = CTL_KERN, | 123 | .ctl_name = CTL_KERN, |
124 | .procname = "kernel", | 124 | .procname = "kernel", |
125 | .mode = 0755, | 125 | .mode = 0555, |
126 | .child = powersave_nap_ctl_table, | 126 | .child = powersave_nap_ctl_table, |
127 | }, | 127 | }, |
128 | {} | 128 | {} |