Changeset f5935ed in mainline for genarch/include/mm/page_pt.h
- Timestamp:
- 2006-02-06T15:09:58Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 021d471
- Parents:
- c7ec94a4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
genarch/include/mm/page_pt.h
rc7ec94a4 rf5935ed 85 85 #define SET_FRAME_FLAGS(ptl3, i, x) SET_FRAME_FLAGS_ARCH(ptl3, i, x) 86 86 87 extern page_ operations_t page_pt_operations;87 extern page_mapping_operations_t pt_mapping_operations; 88 88 89 89 extern void page_mapping_insert_pt(as_t *as, __address page, __address frame, int flags);
Note:
See TracChangeset
for help on using the changeset viewer.