]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Initialise fpscr to a sane value when we create the pcb. This sets NaNs to
authorAndrew Turner <andrew@FreeBSD.org>
Sat, 29 Mar 2014 14:17:04 +0000 (14:17 +0000)
committerAndrew Turner <andrew@FreeBSD.org>
Sat, 29 Mar 2014 14:17:04 +0000 (14:17 +0000)
commit2819cfdf3f6198af12404c035c86aa11d4a094bf
tree7ccf16644a53777bf64d9d81d6fa3c0b67380580
parent65f99c74fbec51e2da3075cd6925d46a1dc79485
Initialise fpscr to a sane value when we create the pcb. This sets NaNs to
be the default NaN and for denormalised numbers to be flushed to zero.
sys/arm/arm/machdep.c
sys/arm/arm/vm_machdep.c