Changeset 4981


Ignore:
Timestamp:
Aug 20, 2006, 10:53:25 PM (18 years ago)
Author:
Gary Byers
Message:

Note the need for DARWIN_GS_HACK.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/lisp-kernel/thread_manager.c

    r4961 r4981  
    490490#ifdef LINUX
    491491  arch_prctl(ARCH_SET_GS, (natural)tcr);
     492#endif
     493#ifdef DARWIN
     494  /* There's no way to do this yet.  See DARWIN_GS_HACK */
     495  /* darwin_set_x8664_fs_reg(tcr); */
    492496#endif
    493497  tcr->linear = tcr;
Note: See TracChangeset for help on using the changeset viewer.