projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd24ee2
)
parisc: sysctl.c: Use CONFIG_PARISC instead of __hppa_ define
author
Helge Deller
<deller@gmx.de>
Fri, 4 Oct 2019 11:10:09 +0000
(13:10 +0200)
committer
Helge Deller
<deller@gmx.de>
Mon, 14 Oct 2019 19:43:54 +0000
(21:43 +0200)
Signed-off-by: Helge Deller <deller@gmx.de>
kernel/sysctl.c
patch
|
blob
|
history
diff --git
a/kernel/sysctl.c
b/kernel/sysctl.c
index 00fcea236ebacffa71236af5ddfcaf2df8d0855d..b6f2f35d0bcf541892e3be9b0c22957552a70d9c 100644
(file)
--- a/
kernel/sysctl.c
+++ b/
kernel/sysctl.c
@@
-163,7
+163,7
@@
static unsigned long hung_task_timeout_max = (LONG_MAX/HZ);
#ifdef CONFIG_SPARC
#endif
-#ifdef
__hppa__
+#ifdef
CONFIG_PARISC
extern int pwrsw_enabled;
#endif
@@
-620,7
+620,7
@@
static struct ctl_table kern_table[] = {
.proc_handler = proc_dointvec,
},
#endif
-#ifdef
__hppa__
+#ifdef
CONFIG_PARISC
{
.procname = "soft-power",
.data = &pwrsw_enabled,