projects
/
platform
/
upstream
/
enlightenment.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1311024
)
fix fixme's
author
Carsten Haitzler
<raster@rasterman.com>
Wed, 20 Apr 2005 14:10:18 +0000
(14:10 +0000)
committer
Carsten Haitzler
<raster@rasterman.com>
Wed, 20 Apr 2005 14:10:18 +0000
(14:10 +0000)
SVN revision: 14259
src/modules/cpufreq/e_mod_main.c
patch
|
blob
|
history
diff --git
a/src/modules/cpufreq/e_mod_main.c
b/src/modules/cpufreq/e_mod_main.c
index
4442fee
..
b055729
100644
(file)
--- a/
src/modules/cpufreq/e_mod_main.c
+++ b/
src/modules/cpufreq/e_mod_main.c
@@
-2,9
+2,8
@@
#include <errno.h>
#include "e_mod_main.h"
-/* FIXME: need to handle performance and powersave gonvernors (only auto(ondemand)/manual(userspace) supported now)
- * FIXME: check permissions (can execute) setfreq before trying
- * FIXME: display throttling state
+/* FIXME: check permissions (can execute) setfreq before trying
+ * FIXME: display throttling state ???
* FIXME: handle multiple cpu's (yes it's likely rare - but possible)
*/