Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
x86, sched: Fix undefined reference to init_freq_invariance_cppc() bu…
…ild error BugLink: https://bugs.launchpad.net/bugs/1962230 [ Upstream commit 6c4ab1b ] The init_freq_invariance_cppc function is implemented in smpboot and depends on CONFIG_SMP. MODPOST vmlinux.symvers MODINFO modules.builtin.modinfo GEN modules.builtin LD .tmp_vmlinux.kallsyms1 ld: drivers/acpi/cppc_acpi.o: in function `acpi_cppc_processor_probe': /home/ray/brahma3/linux/drivers/acpi/cppc_acpi.c:819: undefined reference to `init_freq_invariance_cppc' make: *** [Makefile:1161: vmlinux] Error 1 See https://lore.kernel.org/lkml/[email protected]/. Fixes: 41ea667 ("x86, sched: Calculate frequency invariance for AMD systems") Reported-by: kernel test robot <[email protected]> Reported-by: Randy Dunlap <[email protected]> Reported-by: Stephen Rothwell <[email protected]> Signed-off-by: Huang Rui <[email protected]> [ rjw: Subject edits ] Signed-off-by: Rafael J. Wysocki <[email protected]> Signed-off-by: Sasha Levin <[email protected]> Signed-off-by: Kamal Mostafa <[email protected]> Signed-off-by: Stefan Bader <[email protected]>
- Loading branch information