]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
amd64: Use ifuncs to select suitable implementation of set_pcb_flags().
authorKonstantin Belousov <kib@FreeBSD.org>
Mon, 29 Oct 2018 23:52:31 +0000 (23:52 +0000)
committerKonstantin Belousov <kib@FreeBSD.org>
Mon, 29 Oct 2018 23:52:31 +0000 (23:52 +0000)
commit9775a6ebd2c2fc1f673553b6516a2027fa197870
tree162b4c250ccceaa0562b8065ee699bf48fbe0a68
parent6d7f919489f3f50fed097d3d0f6e551b06bcd296
amd64: Use ifuncs to select suitable implementation of set_pcb_flags().

There is no reason to check for PCB_FULL_IRET if FSGSBASE instructions
are not supported.

Sponsored by: The FreeBSD Foundation
MFC after: 1 week
sys/amd64/amd64/machdep.c