]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Reorganize code flow in fpudna()/npxdna() to highlight the critical
authorKonstantin Belousov <kib@FreeBSD.org>
Thu, 14 Jun 2018 11:09:51 +0000 (11:09 +0000)
committerKonstantin Belousov <kib@FreeBSD.org>
Thu, 14 Jun 2018 11:09:51 +0000 (11:09 +0000)
commit5803d744c7e818214266545dfa21a22221247fb1
tree8e0376faa475f7e6edd2603bf26e4fa5489bb01f
parentfa7fad8ab9132ad236a2a182db22f3782ce447c1
Reorganize code flow in fpudna()/npxdna() to highlight the critical
section scope.  Sprinkle __predict_false() for conditions known to
never occur or occur only on rare platforms.

Sponsored by: The FreeBSD Foundation
sys/amd64/amd64/fpu.c
sys/i386/i386/npx.c