Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/genarch/src/mm/page_ht.c

    rde73242 r7d68da80  
    209209                pte->frame = ALIGN_DOWN(frame, FRAME_SIZE);
    210210
    211                 /*
    212                  * Make sure that a concurrent ht_mapping_find() will see the
    213                  * new entry only after it is fully initialized.
    214                  */
    215211                write_barrier();
    216212               
Note: See TracChangeset for help on using the changeset viewer.