]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
The per-cpu temporary buffers are not needed since the pcb_save areas have
authortegge <tegge@FreeBSD.org>
Tue, 17 Jul 2001 13:06:47 +0000 (13:06 +0000)
committertegge <tegge@FreeBSD.org>
Tue, 17 Jul 2001 13:06:47 +0000 (13:06 +0000)
commitf2e49729a0baf1d3bdd3bf9fab3b3737216e7a4a
tree9db33867adba13e31abb7a2baca5bddac8042a63
parent1a2a5935ee2d66e788d658677b29a8428581d6f5
The per-cpu temporary buffers are not needed since the pcb_save areas have
the proper alignment.  Change dummy variable in npxinit from stack to bss
to ensure proper alignment.

Reviewed by: bde
sys/amd64/amd64/fpu.c
sys/amd64/isa/npx.c
sys/i386/isa/npx.c