diff options
Diffstat (limited to 'include/linux/cpufreq.h')
-rw-r--r-- | include/linux/cpufreq.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/cpufreq.h b/include/linux/cpufreq.h index a61416fe63f2..a56996226cf3 100644 --- a/include/linux/cpufreq.h +++ b/include/linux/cpufreq.h @@ -73,7 +73,7 @@ extern struct kobject *cpufreq_global_kobject; * not issue cpu freq change, but the devices' performance will be impacted * significantly, we need to add irq number check to be as one condition of * CPU freq change. */ -#define MAX_CPUFREQ_IRQ_NUMBER 10 +#define MAX_CPUFREQ_IRQ_NUMBER 20 struct irq_tuner { unsigned int irq_number; unsigned int up_threshold; |