Changeset 235e6c7 in mainline for kernel/generic/include/mm/page.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/generic/include/mm/page.h

    r0ff03f3 r235e6c7  
    4747        void (* mapping_insert)(as_t *, uintptr_t, uintptr_t, unsigned int);
    4848        void (* mapping_remove)(as_t *, uintptr_t);
    49         pte_t *(* mapping_find)(as_t *, uintptr_t);
     49        pte_t *(* mapping_find)(as_t *, uintptr_t, bool);
    5050} page_mapping_operations_t;
    5151
Note: See TracChangeset for help on using the changeset viewer.