Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci
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
Commits
37e58df3
Commit
37e58df3
authored
Oct 29, 2007
by
Len Brown
Browse files
Options
Browse Files
Download
Plain Diff
Pull cpuidle into release branch
parents
b2451e43
83788c0c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
4 deletions
+0
-4
drivers/cpuidle/cpuidle.c
drivers/cpuidle/cpuidle.c
+0
-1
drivers/cpuidle/governor.c
drivers/cpuidle/governor.c
+0
-3
No files found.
drivers/cpuidle/cpuidle.c
View file @
37e58df3
...
...
@@ -19,7 +19,6 @@
#include "cpuidle.h"
DEFINE_PER_CPU
(
struct
cpuidle_device
*
,
cpuidle_devices
);
EXPORT_PER_CPU_SYMBOL_GPL
(
cpuidle_devices
);
DEFINE_MUTEX
(
cpuidle_lock
);
LIST_HEAD
(
cpuidle_detected_devices
);
...
...
drivers/cpuidle/governor.c
View file @
37e58df3
...
...
@@ -94,8 +94,6 @@ int cpuidle_register_governor(struct cpuidle_governor *gov)
return
ret
;
}
EXPORT_SYMBOL_GPL
(
cpuidle_register_governor
);
/**
* cpuidle_replace_governor - find a replacement governor
* @exclude_rating: the rating that will be skipped while looking for
...
...
@@ -138,4 +136,3 @@ void cpuidle_unregister_governor(struct cpuidle_governor *gov)
mutex_unlock
(
&
cpuidle_lock
);
}
EXPORT_SYMBOL_GPL
(
cpuidle_unregister_governor
);
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