Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/genarch/src/acpi/acpi.c

    re3ce39b r1075ac6  
    9999static void map_sdt(struct acpi_sdt_header *sdt)
    100100{
    101         page_table_lock(AS_KERNEL, true);
    102101        page_mapping_insert(AS_KERNEL, (uintptr_t) sdt, (uintptr_t) sdt, PAGE_NOT_CACHEABLE | PAGE_WRITE);
    103102        map_structure((uintptr_t) sdt, sdt->length);
    104         page_table_unlock(AS_KERNEL, true);
    105103}
    106104
Note: See TracChangeset for help on using the changeset viewer.