svn commit: r338807 - in head/sys: amd64/amd64 amd64/include dev/drm2 dev/drm2/i915 i386/i386 i386/include x86/iommu

Tijl Coosemans tijl at FreeBSD.org
Fri Sep 28 22:06:49 UTC 2018


On Fri, 28 Sep 2018 20:26:19 +0300 Konstantin Belousov <kostikbel at gmail.com> wrote:
> On Fri, Sep 28, 2018 at 07:02:34PM +0200, Tijl Coosemans wrote:
>> The removal of #ifdef DEV_APIC breaks building kernels without device
>> apic:
>> 
>> /usr/src/sys/i386/i386/pmap.c:1465:28: error: 
>>       use of undeclared identifier 'lapic_paddr'
>>         if (pmap_kextract(sva) == lapic_paddr)
>>                                   ^
>> 1 error generated.  
> 
> Does the following work for you ?  If not, please provide me your
> kernel config.

Yes, thanks, everything looks fine.


More information about the svn-src-all mailing list