]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r307598:
authorjhibbits <jhibbits@FreeBSD.org>
Fri, 23 Dec 2016 03:31:53 +0000 (03:31 +0000)
committerjhibbits <jhibbits@FreeBSD.org>
Fri, 23 Dec 2016 03:31:53 +0000 (03:31 +0000)
commit1446a9f8557d8eb3a775b16a19839c023fb3b14a
treef7c2a235f273ab7da203dd76de225c7395c42297
parent5b9277e2522e830cafe25c28e4f0f03268d51c7e
MFC r307598:

  Un-static two local variables in the FPU emulator

  Static variables aren't MP-safe, and this was causing bizarre segfaults on a
  dual-core e500v2 system (P1022).
sys/powerpc/fpu/fpu_emu.c