Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci-2.6.23
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-2.6.23
Commits
ff55a9ce
Commit
ff55a9ce
authored
Jun 02, 2007
by
Len Brown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ACPI: Lindent processor throttling code
Signed-off-by:
Len Brown
<
len.brown@intel.com
>
parent
01854e69
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
79 additions
and
68 deletions
+79
-68
drivers/acpi/processor_throttling.c
drivers/acpi/processor_throttling.c
+75
-65
include/acpi/processor.h
include/acpi/processor.h
+4
-3
No files found.
drivers/acpi/processor_throttling.c
View file @
ff55a9ce
This diff is collapsed.
Click to expand it.
include/acpi/processor.h
View file @
ff55a9ce
...
...
@@ -167,8 +167,9 @@ struct acpi_processor_throttling {
struct
acpi_processor_tx_tss
*
states_tss
;
struct
acpi_tsd_package
domain_info
;
cpumask_t
shared_cpu_map
;
int
(
*
acpi_processor_get_throttling
)
(
struct
acpi_processor
*
pr
);
int
(
*
acpi_processor_set_throttling
)
(
struct
acpi_processor
*
pr
,
int
state
);
int
(
*
acpi_processor_get_throttling
)
(
struct
acpi_processor
*
pr
);
int
(
*
acpi_processor_set_throttling
)
(
struct
acpi_processor
*
pr
,
int
state
);
u32
address
;
u8
duty_offset
;
...
...
@@ -207,7 +208,7 @@ struct acpi_processor {
u32
pblk
;
int
performance_platform_limit
;
int
throttling_platform_limit
;
/*0 - states 0..n-th satte available
*/
/* 0 - states 0..n-th state available
*/
struct
acpi_processor_flags
flags
;
struct
acpi_processor_power
power
;
...
...
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