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
a31434bc
Commit
a31434bc
authored
Apr 10, 2020
by
Rafael J. Wysocki
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'pm-cpuidle'
* pm-cpuidle: cpuidle-haltpoll: Fix small typo
parents
0f5c4c6e
4902f7fc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
drivers/cpuidle/cpuidle-haltpoll.c
drivers/cpuidle/cpuidle-haltpoll.c
+2
-2
No files found.
drivers/cpuidle/cpuidle-haltpoll.c
View file @
a31434bc
...
@@ -94,7 +94,7 @@ static void haltpoll_uninit(void)
...
@@ -94,7 +94,7 @@ static void haltpoll_uninit(void)
haltpoll_cpuidle_devices
=
NULL
;
haltpoll_cpuidle_devices
=
NULL
;
}
}
static
bool
haltpo
o
l_want
(
void
)
static
bool
haltpo
l
l_want
(
void
)
{
{
return
kvm_para_has_hint
(
KVM_HINTS_REALTIME
)
||
force
;
return
kvm_para_has_hint
(
KVM_HINTS_REALTIME
)
||
force
;
}
}
...
@@ -110,7 +110,7 @@ static int __init haltpoll_init(void)
...
@@ -110,7 +110,7 @@ static int __init haltpoll_init(void)
cpuidle_poll_state_init
(
drv
);
cpuidle_poll_state_init
(
drv
);
if
(
!
kvm_para_available
()
||
!
haltpo
o
l_want
())
if
(
!
kvm_para_available
()
||
!
haltpo
l
l_want
())
return
-
ENODEV
;
return
-
ENODEV
;
ret
=
cpuidle_register_driver
(
drv
);
ret
=
cpuidle_register_driver
(
drv
);
...
...
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