Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
b67114db
Commit
b67114db
authored
Oct 04, 2019
by
Helge Deller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
parisc: sysctl.c: Use CONFIG_PARISC instead of __hppa_ define
Signed-off-by:
Helge Deller
<
deller@gmx.de
>
parent
cd24ee2a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
kernel/sysctl.c
kernel/sysctl.c
+2
-2
No files found.
kernel/sysctl.c
View file @
b67114db
...
...
@@ -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
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment