> On Feb 3, 2017, at 04:20, Konstantin Belousov <k...@freebsd.org> wrote:
> 
> Author: kib
> Date: Fri Feb  3 12:20:44 2017
> New Revision: 313150
> URL: https://svnweb.freebsd.org/changeset/base/313150
> 
> Log:
>  MFC r289894:
>  CLFLUSH does not need barriers, the instruction is ordered WRT other writes.
>  Use CLFLUSHOPT when available.
> 
>  MFC r312555:
>  Use SFENCE for ordering CLFLUSHOPT.

This commit broke pc98 (GENERIC).
Thanks,
-Ngie

/scratch/tmp/ngie/svn/sys/i386/i386/pmap.c:1260:29: error: use of undeclared 
identifier 'lapic_paddr'
                if (pmap_kextract(sva) == lapic_paddr)
                                          ^
1 error generated.
--- pmap.o ---
*** [pmap.o] Error code 1

make[5]: stopped in 
/scratch/tmp/ngie/obj/pc98.i386/scratch/tmp/ngie/svn/sys/GENERIC
1 error

make[5]: stopped in 
/scratch/tmp/ngie/obj/pc98.i386/scratch/tmp/ngie/svn/sys/GENERIC
--- buildkernel ---
*** [buildkernel] Error code 2

Attachment: signature.asc
Description: Message signed with OpenPGP using GPGMail

Reply via email to