|
@@ -44,7 +44,7 @@ struct cpuidle_state {
|
|
|
|
|
|
unsigned int flags;
|
|
unsigned int flags;
|
|
unsigned int exit_latency; /* in US */
|
|
unsigned int exit_latency; /* in US */
|
|
- unsigned int power_usage; /* in mW */
|
|
|
|
|
|
+ int power_usage; /* in mW */
|
|
unsigned int target_residency; /* in US */
|
|
unsigned int target_residency; /* in US */
|
|
unsigned int disable;
|
|
unsigned int disable;
|
|
|
|
|