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
8df042e8
Commit
8df042e8
authored
Jan 11, 2008
by
Len Brown
Browse files
Options
Browse Files
Download
Plain Diff
Pull bugzilla-9683 into release branch
parents
45621201
5b3f0e6c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
drivers/acpi/processor_idle.c
drivers/acpi/processor_idle.c
+4
-0
No files found.
drivers/acpi/processor_idle.c
View file @
8df042e8
...
@@ -76,7 +76,11 @@ static void (*pm_idle_save) (void) __read_mostly;
...
@@ -76,7 +76,11 @@ static void (*pm_idle_save) (void) __read_mostly;
#define PM_TIMER_TICKS_TO_US(p) (((p) * 1000)/(PM_TIMER_FREQUENCY/1000))
#define PM_TIMER_TICKS_TO_US(p) (((p) * 1000)/(PM_TIMER_FREQUENCY/1000))
static
unsigned
int
max_cstate
__read_mostly
=
ACPI_PROCESSOR_MAX_POWER
;
static
unsigned
int
max_cstate
__read_mostly
=
ACPI_PROCESSOR_MAX_POWER
;
#ifdef CONFIG_CPU_IDLE
module_param
(
max_cstate
,
uint
,
0000
);
module_param
(
max_cstate
,
uint
,
0000
);
#else
module_param
(
max_cstate
,
uint
,
0644
);
#endif
static
unsigned
int
nocst
__read_mostly
;
static
unsigned
int
nocst
__read_mostly
;
module_param
(
nocst
,
uint
,
0000
);
module_param
(
nocst
,
uint
,
0000
);
...
...
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