Loading kernel/sysctl.c +2 −2 Original line number Diff line number Diff line Loading @@ -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 Loading Loading @@ -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, Loading Loading
kernel/sysctl.c +2 −2 Original line number Diff line number Diff line Loading @@ -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 Loading Loading @@ -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, Loading