aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/processor_perflib.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/acpi/processor_perflib.c')
-rw-r--r--drivers/acpi/processor_perflib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/processor_perflib.c b/drivers/acpi/processor_perflib.c
index 18b72eec3507..c7cf48ad5cb9 100644
--- a/drivers/acpi/processor_perflib.c
+++ b/drivers/acpi/processor_perflib.c
@@ -159,7 +159,7 @@ void acpi_processor_ppc_has_changed(struct acpi_processor *pr, int event_flag)
159{ 159{
160 int ret; 160 int ret;
161 161
162 if (ignore_ppc) { 162 if (ignore_ppc || !pr->performance) {
163 /* 163 /*
164 * Only when it is notification event, the _OST object 164 * Only when it is notification event, the _OST object
165 * will be evaluated. Otherwise it is skipped. 165 * will be evaluated. Otherwise it is skipped.