parisc: sysctl.c: Use CONFIG_PARISC instead of __hppa_ define
Signed-off-by: Helge Deller <deller@gmx.de>
This commit is contained in:
Родитель
cd24ee2a9a
Коммит
b67114db64
|
@ -163,7 +163,7 @@ static unsigned long hung_task_timeout_max = (LONG_MAX/HZ);
|
||||||
#ifdef CONFIG_SPARC
|
#ifdef CONFIG_SPARC
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef __hppa__
|
#ifdef CONFIG_PARISC
|
||||||
extern int pwrsw_enabled;
|
extern int pwrsw_enabled;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -620,7 +620,7 @@ static struct ctl_table kern_table[] = {
|
||||||
.proc_handler = proc_dointvec,
|
.proc_handler = proc_dointvec,
|
||||||
},
|
},
|
||||||
#endif
|
#endif
|
||||||
#ifdef __hppa__
|
#ifdef CONFIG_PARISC
|
||||||
{
|
{
|
||||||
.procname = "soft-power",
|
.procname = "soft-power",
|
||||||
.data = &pwrsw_enabled,
|
.data = &pwrsw_enabled,
|
||||||
|
|
Загрузка…
Ссылка в новой задаче