svn commit: r313150 - in stable/10/sys: amd64/amd64 amd64/include i386/i386 i386/include

Ngie Cooper (yaneurabeya) yaneurabeya at gmail.com
Fri Feb 10 05:43:31 UTC 2017


> On Feb 3, 2017, at 04:20, Konstantin Belousov <kib at 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 842 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <http://lists.freebsd.org/pipermail/svn-src-stable-10/attachments/20170209/f08bc4c5/attachment.sig>


More information about the svn-src-stable-10 mailing list