Changeset dc747e3 in mainline for generic/include/mm/vm.h
- Timestamp:
- 2005-12-15T10:27:59Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7dd2561
- Parents:
- 3fc03fd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
generic/include/mm/vm.h
r3fc03fd rdc747e3 58 58 */ 59 59 struct vm_area { 60 spinlock_t lock;60 SPINLOCK_DECLARE(lock); 61 61 link_t link; 62 62 vm_type_t type; … … 73 73 */ 74 74 struct vm { 75 spinlock_t lock;75 SPINLOCK_DECLARE(lock); 76 76 link_t vm_area_head; 77 77 pte_t *ptl0;
Note:
See TracChangeset
for help on using the changeset viewer.