Changeset 235e6c7 in mainline for kernel/genarch/include/mm/page_pt.h


Ignore:
Timestamp:
2011-05-21T16:47:40Z (13 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c99693a
Parents:
0ff03f3
Message:

Propagate the nolock flag to individual mapping_find() implementations.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/genarch/include/mm/page_pt.h

    r0ff03f3 r235e6c7  
    129129
    130130extern void page_mapping_insert_pt(as_t *, uintptr_t, uintptr_t, unsigned int);
    131 extern pte_t *page_mapping_find_pt(as_t *, uintptr_t);
     131extern pte_t *page_mapping_find_pt(as_t *, uintptr_t, bool);
    132132
    133133#endif
Note: See TracChangeset for help on using the changeset viewer.