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_context.c

    r342 r359  
    6161        ctx->ctx_rsp0 = kstacktop & ~0xF;
    6262        ctx->ctx_tf = (uint64_t)&ctx->ctx_hidden_tf;
     63        ctx->ctx_intr = INTRS_ENABLED;
    6364
    6465        /*
Note: See TracChangeset for help on using the changeset viewer.