Changeset fa7450c in mainline for generic/src/main/kinit.c


Ignore:
Timestamp:
2005-12-20T17:44:10Z (20 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
113b98b
Parents:
d6e8529
Message:

Fix page_insert_mapping().
Some architectures (e.g. ia32) need to have the lower-numbered PTL's flagged as PAGE_WRITE in order to prevent overriding protection bits of leaf TTE's.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • generic/src/main/kinit.c

    rd6e8529 rfa7450c  
    174174        if (!a)
    175175                panic("vm_area_create: vm_stack\n");
    176         vm_area_map(a, m);     
     176        vm_area_map(a, m);
    177177       
    178178        thread_ready(t);
Note: See TracChangeset for help on using the changeset viewer.