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_kentry.h

    r339 r359  
    170170        uint64_t ctx_rsp0;
    171171        uint64_t ctx_tf;
     172        uint64_t ctx_intr;
    172173        hal_trapframe_t ctx_hidden_tf;
    173174} hal_cpu_context_t;
     
    202203#define CTX_RSP0  0
    203204#define CTX_TF    8
     205#define CTX_INTR  16
    204206
    205207#endif
Note: See TracChangeset for help on using the changeset viewer.