Fix data race.
commitc9e14929a9b9f676b4b7f7ad27e5eca8e0c051e6
authorDouglas Katzman <dougk@google.com>
Wed, 22 Mar 2017 17:12:00 +0000 (22 13:12 -0400)
committerDouglas Katzman <dougk@google.com>
Wed, 22 Mar 2017 17:12:00 +0000 (22 13:12 -0400)
tree0bade08c6f33d9183e81b15436ee705fb8182b56
parentce9dec030b24aad255f062fde7a9a5d8cd6a9a9e
Fix data race.

This was a regression in https://sourceforge.net/p/sbcl/sbcl/ci/06ccf13ed3
possibly made more evident by differences in INTERN due to #+immobile-symbols
and/or https://sourceforge.net/p/sbcl/sbcl/ci/86007933d6

Due to rarity and difficulty of reproducing, a rigorous test for this
would need to run longer than anyone would care to wait.
src/code/target-package.lisp
tests/packages.impure.lisp