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
Kirill Smelkov
linux
Commits
449d887b
Commit
449d887b
authored
Apr 15, 2004
by
Dave Jones
Committed by
Dave Jones
Apr 15, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[CPUFREQ] Make powernow-k7 acpi debug output a little less verbose.
parent
968e7353
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
4 deletions
+1
-4
arch/i386/kernel/cpu/cpufreq/powernow-k7.c
arch/i386/kernel/cpu/cpufreq/powernow-k7.c
+1
-4
No files found.
arch/i386/kernel/cpu/cpufreq/powernow-k7.c
View file @
449d887b
...
...
@@ -354,15 +354,12 @@ static int powernow_acpi_init(void)
unsigned
int
speed
;
pc
.
val
=
(
unsigned
long
)
acpi_processor_perf
->
states
[
i
].
control
;
dprintk
(
KERN_INFO
PFX
"acpi: P%d: %d MHz
, %d mW, %d uS, control %08x, status %08x, vid: %02x fid: %02x SGTC:
%d
\n
"
,
dprintk
(
KERN_INFO
PFX
"acpi: P%d: %d MHz
%d mW %d uS control %08x SGTC
%d
\n
"
,
i
,
(
u32
)
acpi_processor_perf
->
states
[
i
].
core_frequency
,
(
u32
)
acpi_processor_perf
->
states
[
i
].
power
,
(
u32
)
acpi_processor_perf
->
states
[
i
].
transition_latency
,
(
u32
)
acpi_processor_perf
->
states
[
i
].
control
,
(
u32
)
acpi_processor_perf
->
states
[
i
].
status
,
pc
.
bits
.
vid
,
pc
.
bits
.
fid
,
pc
.
bits
.
sgtc
);
vid
=
pc
.
bits
.
vid
;
...
...
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