svn r297374 breaks kernel build if SMP undefined

Michael Butler imb at protected-networks.net
Tue Mar 29 12:23:52 UTC 2016


If a custom kernel configuration file removes the SMP option, the kernel
build fails on the implicit declaration of lapic_read_icr_lo on (or
about) line 525 in local_apic.c. It refers to a static function whose
definition is removed when SMP is undefined,

	imb


More information about the freebsd-current mailing list