Re: svn commit: r328202 - head/sys/amd64/amd64

2018-01-20 Thread Konstantin Belousov
On Sat, Jan 20, 2018 at 06:50:09PM +0100, O. Hartmann wrote: > This commit breaks buildkernel: > > > [...] > /usr/src/sys/amd64/amd64/trap.c:710:33: error: use of undeclared identifier > 'PMAP_PCID_MASK' (curpcb->pcb_saved_ucr3 & ~PMAP_PCID_MASK)== This should be fixed by r328205. __

Re: svn commit: r328202 - head/sys/amd64/amd64

2018-01-20 Thread O. Hartmann
Am Sat, 20 Jan 2018 17:46:09 + (UTC) Konstantin Belousov schrieb: > Author: kib > Date: Sat Jan 20 17:46:09 2018 > New Revision: 328202 > URL: https://svnweb.freebsd.org/changeset/base/328202 > > Log: > Use predefined symbol for the CR3.PCID mask. > > Sponsored by: The FreeBSD F

svn commit: r328202 - head/sys/amd64/amd64

2018-01-20 Thread Konstantin Belousov
Author: kib Date: Sat Jan 20 17:46:09 2018 New Revision: 328202 URL: https://svnweb.freebsd.org/changeset/base/328202 Log: Use predefined symbol for the CR3.PCID mask. Sponsored by: The FreeBSD Foundation MFC after:11 days Modified: head/sys/amd64/amd64/trap.c Modified: head/sys/a