|
@@ -55,7 +55,7 @@ static struct cpuidle_state s3c64xx_cpuidle_set[] = {
|
|
|
[0] = {
|
|
|
.enter = s3c64xx_enter_idle,
|
|
|
.exit_latency = 1,
|
|
|
- .target_residency = 100000,
|
|
|
+ .target_residency = 1,
|
|
|
.flags = CPUIDLE_FLAG_TIME_VALID,
|
|
|
.name = "IDLE",
|
|
|
.desc = "System active, ARM gated",
|