Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci
Commits
0ceafc33
Commit
0ceafc33
authored
Dec 15, 2009
by
Len Brown
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'bugzilla-14700' into release
parents
9a3bff23
03a05ed1
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
arch/x86/kernel/acpi/cstate.c
arch/x86/kernel/acpi/cstate.c
+1
-1
No files found.
arch/x86/kernel/acpi/cstate.c
View file @
0ceafc33
...
...
@@ -48,7 +48,7 @@ void acpi_processor_power_init_bm_check(struct acpi_processor_flags *flags,
* P4, Core and beyond CPUs
*/
if
(
c
->
x86_vendor
==
X86_VENDOR_INTEL
&&
(
c
->
x86
>
0xf
||
(
c
->
x86
==
6
&&
c
->
x86_model
>=
14
)))
(
c
->
x86
>
0xf
||
(
c
->
x86
==
6
&&
c
->
x86_model
>=
0x0f
)))
flags
->
bm_control
=
0
;
}
EXPORT_SYMBOL
(
acpi_processor_power_init_bm_check
);
...
...
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