projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
481f733
)
[PATCH] sysctl: C99 convert ctl_tables in arch/powerpc/kernel/idle.c
author
Eric W. Biederman
<
[email protected]
>
Wed, 14 Feb 2007 08:33:46 +0000
(
00:33
-0800)
committer
Linus Torvalds
<
[email protected]
>
Wed, 14 Feb 2007 16:09:57 +0000
(08:09 -0800)
This was partially done already and there was no ABI breakage what a relief.
Signed-off-by: Eric W. Biederman <
[email protected]
>
Acked-by: Benjamin Herrenschmidt <
[email protected]
>
Cc: Paul Mackerras <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
arch/powerpc/kernel/idle.c
patch
|
blob
|
history
diff --git
a/arch/powerpc/kernel/idle.c
b/arch/powerpc/kernel/idle.c
index 8994af327b47a2586aa1719f442d10a052fd14eb..8b27bb1a5b31a2a7723b0678bca591273cb1c4c4 100644
(file)
--- a/
arch/powerpc/kernel/idle.c
+++ b/
arch/powerpc/kernel/idle.c
@@
-110,11
+110,16
@@
static ctl_table powersave_nap_ctl_table[]={
.mode = 0644,
.proc_handler = &proc_dointvec,
},
- {
0, },
+ {
}
};
static ctl_table powersave_nap_sysctl_root[] = {
- { 1, "kernel", NULL, 0, 0755, powersave_nap_ctl_table, },
- { 0,},
+ {
+ .ctl_name = CTL_KERN,
+ .procname = "kernel",
+ .mode = 0755,
+ .child = powersave_nap_ctl_table,
+ },
+ {}
};
static int __init