diff options
| -rw-r--r-- | drivers/acpi/acpi_pad.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/acpi_pad.c b/drivers/acpi/acpi_pad.c index 1c09e1b532b0..f3e959f5e7a0 100644 --- a/drivers/acpi/acpi_pad.c +++ b/drivers/acpi/acpi_pad.c | |||
| @@ -144,7 +144,7 @@ static void exit_round_robin(unsigned int tsk_index) | |||
| 144 | } | 144 | } |
| 145 | 145 | ||
| 146 | static unsigned int idle_pct = 5; /* percentage */ | 146 | static unsigned int idle_pct = 5; /* percentage */ |
| 147 | static unsigned int round_robin_time = 10; /* second */ | 147 | static unsigned int round_robin_time = 1; /* second */ |
| 148 | static int power_saving_thread(void *data) | 148 | static int power_saving_thread(void *data) |
| 149 | { | 149 | { |
| 150 | struct sched_param param = {.sched_priority = 1}; | 150 | struct sched_param param = {.sched_priority = 1}; |
