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
b053c070
Commit
b053c070
authored
Oct 27, 2003
by
Dave Jones
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[CPUFREQ] Add support for 1GHz Centrino speedstep
From: Youichi Aso <aso@granite.phys.s.u-tokyo.ac.jp>
parent
99438d1e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
arch/i386/kernel/cpu/cpufreq/speedstep-centrino.c
arch/i386/kernel/cpu/cpufreq/speedstep-centrino.c
+11
-0
No files found.
arch/i386/kernel/cpu/cpufreq/speedstep-centrino.c
View file @
b053c070
...
@@ -73,6 +73,16 @@ static struct cpufreq_frequency_table op_900[] =
...
@@ -73,6 +73,16 @@ static struct cpufreq_frequency_table op_900[] =
{
.
frequency
=
CPUFREQ_TABLE_END
}
{
.
frequency
=
CPUFREQ_TABLE_END
}
};
};
/* Ultra Low Voltage Intel Pentium M processor 1000MHz */
static
struct
cpufreq_frequency_table
op_1000
[]
=
{
OP
(
600
,
844
),
OP
(
800
,
972
),
OP
(
900
,
988
),
OP
(
1000
,
1004
),
{
.
frequency
=
CPUFREQ_TABLE_END
}
};
/* Low Voltage Intel Pentium M processor 1.10GHz */
/* Low Voltage Intel Pentium M processor 1.10GHz */
static
struct
cpufreq_frequency_table
op_1100
[]
=
static
struct
cpufreq_frequency_table
op_1100
[]
=
{
{
...
@@ -165,6 +175,7 @@ static struct cpufreq_frequency_table op_1700[] =
...
@@ -165,6 +175,7 @@ static struct cpufreq_frequency_table op_1700[] =
static
const
struct
cpu_model
models
[]
=
static
const
struct
cpu_model
models
[]
=
{
{
_CPU
(
900
,
" 900"
),
_CPU
(
900
,
" 900"
),
CPU
(
1000
),
CPU
(
1100
),
CPU
(
1100
),
CPU
(
1200
),
CPU
(
1200
),
CPU
(
1300
),
CPU
(
1300
),
...
...
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