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
f7d6fe84
Commit
f7d6fe84
authored
Feb 18, 2004
by
Linus Torvalds
Browse files
Options
Browse Files
Download
Plain Diff
Merge
bk://linux-dj.bkbits.net/cpufreq
into ppc970.osdl.org:/home/torvalds/v2.5/linux
parents
f5106b15
4859cfbb
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
6 deletions
+6
-6
MAINTAINERS
MAINTAINERS
+1
-1
arch/i386/kernel/cpu/cpufreq/longhaul.c
arch/i386/kernel/cpu/cpufreq/longhaul.c
+3
-3
arch/i386/kernel/cpu/cpufreq/longrun.c
arch/i386/kernel/cpu/cpufreq/longrun.c
+1
-1
arch/i386/kernel/cpu/cpufreq/powernow-k7.c
arch/i386/kernel/cpu/cpufreq/powernow-k7.c
+1
-1
No files found.
MAINTAINERS
View file @
f7d6fe84
...
...
@@ -521,7 +521,7 @@ CPU FREQUENCY DRIVERS
P: Dave Jones
M: davej@codemonkey.org.uk
L: cpufreq@www.linux.org.uk
W: http://www.codemonkey.org.uk/cpufreq/
W: http://www.codemonkey.org.uk/
projects/
cpufreq/
S: Maintained
CPUID/MSR DRIVER
...
...
arch/i386/kernel/cpu/cpufreq/longhaul.c
View file @
f7d6fe84
/*
* (C) 2001-200
3
Dave Jones. <davej@codemonkey.org.uk>
* (C) 2001-200
4
Dave Jones. <davej@codemonkey.org.uk>
* (C) 2002 Padraig Brady. <padraig@antefacto.com>
*
* Licensed under the terms of the GNU GPL License version 2.
...
...
@@ -186,6 +186,7 @@ static int _guess (int guess, int maxmult)
return
target
;
}
static
int
guess_fsb
(
int
maxmult
)
{
int
speed
=
(
cpu_khz
/
1000
);
...
...
@@ -203,7 +204,6 @@ static int guess_fsb(int maxmult)
}
static
int
__init
longhaul_get_ranges
(
void
)
{
struct
cpuinfo_x86
*
c
=
cpu_data
;
...
...
@@ -359,7 +359,7 @@ static int longhaul_target (struct cpufreq_policy *policy,
return
0
;
}
static
int
longhaul_cpu_init
(
struct
cpufreq_policy
*
policy
)
static
int
__init
longhaul_cpu_init
(
struct
cpufreq_policy
*
policy
)
{
struct
cpuinfo_x86
*
c
=
cpu_data
;
char
*
cpuname
=
NULL
;
...
...
arch/i386/kernel/cpu/cpufreq/longrun.c
View file @
f7d6fe84
...
...
@@ -220,7 +220,7 @@ static unsigned int __init longrun_determine_freqs(unsigned int *low_freq,
}
static
int
longrun_cpu_init
(
struct
cpufreq_policy
*
policy
)
static
int
__init
longrun_cpu_init
(
struct
cpufreq_policy
*
policy
)
{
int
result
=
0
;
...
...
arch/i386/kernel/cpu/cpufreq/powernow-k7.c
View file @
f7d6fe84
/*
* AMD K7 Powernow driver.
* (C) 2003 Dave Jones <davej@codemonkey.org.uk> on behalf of SuSE Labs.
* (C) 2003 Dave Jones <davej@redhat.com>
* (C) 2003
-2004
Dave Jones <davej@redhat.com>
*
* Licensed under the terms of the GNU GPL License version 2.
* Based upon datasheets & sample CPUs kindly provided by AMD.
...
...
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