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
f831335d
Commit
f831335d
authored
May 29, 2006
by
Bartlomiej Swiercz
Committed by
Len Brown
Jun 28, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ACPI: additional blacklist entry for ThinkPad R40e
Signed-off-by:
Len Brown
<
len.brown@intel.com
>
parent
b488f021
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
drivers/acpi/processor_idle.c
drivers/acpi/processor_idle.c
+3
-0
No files found.
drivers/acpi/processor_idle.c
View file @
f831335d
...
@@ -97,6 +97,9 @@ static int set_max_cstate(struct dmi_system_id *id)
...
@@ -97,6 +97,9 @@ static int set_max_cstate(struct dmi_system_id *id)
/* Actually this shouldn't be __cpuinitdata, would be better to fix the
/* Actually this shouldn't be __cpuinitdata, would be better to fix the
callers to only run once -AK */
callers to only run once -AK */
static
struct
dmi_system_id
__cpuinitdata
processor_power_dmi_table
[]
=
{
static
struct
dmi_system_id
__cpuinitdata
processor_power_dmi_table
[]
=
{
{
set_max_cstate
,
"IBM ThinkPad R40e"
,
{
DMI_MATCH
(
DMI_BIOS_VENDOR
,
"IBM"
),
DMI_MATCH
(
DMI_BIOS_VERSION
,
"1SET70WW"
)},
(
void
*
)
1
},
{
set_max_cstate
,
"IBM ThinkPad R40e"
,
{
{
set_max_cstate
,
"IBM ThinkPad R40e"
,
{
DMI_MATCH
(
DMI_BIOS_VENDOR
,
"IBM"
),
DMI_MATCH
(
DMI_BIOS_VENDOR
,
"IBM"
),
DMI_MATCH
(
DMI_BIOS_VERSION
,
"1SET60WW"
)},
(
void
*
)
1
},
DMI_MATCH
(
DMI_BIOS_VERSION
,
"1SET60WW"
)},
(
void
*
)
1
},
...
...
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