mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 10:19:26 +00:00
Look for cpu/ichss instead of cpu/p4tcc, which is i386/amd64-only.
This commit is contained in:
parent
2b22cf9cbe
commit
af2cde52b3
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=155810
@ -434,7 +434,7 @@ main(int argc, char * argv[])
|
||||
mode = mode_none;
|
||||
|
||||
/* Make sure the cpufreq module is loaded */
|
||||
if (!kld_isloaded("cpu/p4tcc") && kld_load("cpufreq") == -1)
|
||||
if (!kld_isloaded("cpu/ichss") && kld_load("cpufreq") == -1)
|
||||
err(1, "failed to load cpufreq module");
|
||||
|
||||
/* Poll interval is in units of ms. */
|
||||
|
Loading…
Reference in New Issue
Block a user