Ignore:
Timestamp:
Aug 10, 2017, 11:21:32 AM (7 years ago)
Author:
max@…
Message:

Synchronize tls_intr between context switches.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/hal/x86_64/core/hal_segmentation.h

    r340 r359  
    155155        uint32_t tls_lid;
    156156        uint64_t tls_rsp0; /* pointer for fast access */
     157        reg_t tls_intr;
    157158        void *tls_thr;
    158         reg_t tls_intr;
    159159} __packed;
    160160typedef struct tls tls_t;
     
    175175#define TLS_LID         12
    176176#define TLS_RSP0        16
     177#define TLS_INTR        24
    177178
    178179/* system segments and gate types */
Note: See TracChangeset for help on using the changeset viewer.