VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
author: Yue Hu <huyue2@yulong.com> 2021-01-27 13:44:51 +0800 committer: Peter Zijlstra <peterz@infradead.org> 2021-01-27 17:26:43 +0100 commit: 432900f8164b77376df2c25113fb94f9d7fffd79 parent: 620a6dc40754dc218f5b6389b5d335e9a107fd29
Commit Summary:
init/Kconfig: Correct thermal pressure help text
Diffstat:
1 file changed, 1 insertion, 1 deletion
diff --git a/init/Kconfig b/init/Kconfig
index b77c60f8b963..058b99d12f99 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -525,7 +525,7 @@ config SCHED_THERMAL_PRESSURE
 	  i.e. put less load on throttled CPUs than on non/less throttled ones.
 
 	  This requires the architecture to implement
-	  arch_set_thermal_pressure() and arch_get_thermal_pressure().
+	  arch_set_thermal_pressure() and arch_scale_thermal_pressure().
 
 config BSD_PROCESS_ACCT
 	bool "BSD Process Accounting"