Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Mar 2016 08:23:42 -0400
From:      Michael Butler <imb@protected-networks.net>
To:        freebsd-current <freebsd-current@freebsd.org>
Cc:        kib@freebsd.org
Subject:   svn r297374 breaks kernel build if SMP undefined
Message-ID:  <56FA73CE.8060503@protected-networks.net>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?56FA73CE.8060503>