summaryrefslogtreecommitdiff
path: root/common/chipset_haswell.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/chipset_haswell.c')
-rw-r--r--common/chipset_haswell.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/chipset_haswell.c b/common/chipset_haswell.c
index 49428ff52f..795164511a 100644
--- a/common/chipset_haswell.c
+++ b/common/chipset_haswell.c
@@ -103,7 +103,7 @@ void chipset_reset(int cold_reset)
}
}
-void chipset_throttle_cpu(int throttle)
+void chipset_throttle_cpu_implementation(int throttle)
{
if (throttle_cpu != throttle)
CPRINTF("[%T %s(%d)]\n", __func__, throttle);