linux emu - fix MP bug related to TLS
authorAlex Hornung <ahornung@gmail.com>
Tue, 16 Mar 2010 11:29:21 +0000 (11:29 +0000)
committerAlex Hornung <ahornung@gmail.com>
Tue, 16 Mar 2010 11:33:10 +0000 (11:33 +0000)
commit7c247c7a61728bcf4dfb5da13b4d7d6cb41caabd
treea393de2f4f27dc35583daa5b68e8dfa5b4c3a62b
parent9cccdbd4b71c58391b8a46436c5c23cbb8175cb9
linux emu - fix MP bug related to TLS

* all TLS functions were passing out or assuming the wrong value to load
  into gs. As a matter of fact, this should be the same for SMP and UP,
  but just in case keep the old code in #if 0's.
sys/emulation/linux/i386/linux_machdep.c