Ignore:
Timestamp:
Jul 18, 2017, 10:29:58 AM (7 years ago)
Author:
max@…
Message:

Create a (virtual) copy of the local cluster in 0xffffe00000000000, and
make GET_PTR() point to it. This way we can use pointers from GET_PTR()
directly, instead of reconstructing a XPTR with local_cxy.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/hal/x86_64/core/hal_init.c

    r203 r224  
    300300        x86_printf("[+] cput_tls_init called\n");
    301301
     302        mytest = 0;
    302303        x86_printf("-> mytest = %z\n", mytest);
    303304        void *hoho = &init_x86_64;
Note: See TracChangeset for help on using the changeset viewer.