svn commit: r361334 - in stable/12/sys: amd64/amd64 arm64/arm64 dev/acpica i386/i386 x86/acpica

John Baldwin jhb at FreeBSD.org
Fri May 22 15:57:46 UTC 2020


On 5/21/20 3:45 PM, Herbert J. Skuhra wrote:
> 
> Until now it was possible to build a kernel (amd64) without 'device
> acpi'. After this commit it fails with this error:
> 
> --- kernel.full ---
> linking kernel.full
> ld: error: undefined symbol: acpi_pxm_set_cpu_locality
>>>> referenced by mp_machdep.c:269 (/usr/src/sys/amd64/amd64/mp_machdep.c:269)
>>>>               mp_machdep.o:(cpu_mp_start)
> *** [kernel.full] Error code 1
> 
> Was that intended?

I know Mark has already fixed this, but can you elaborate on your use case for
not compiling ACPI support into the kernel?

-- 
John Baldwin


More information about the svn-src-stable mailing list