Changeset f5935ed in mainline for arch/ia32/src/mm/page.c
- 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
-
arch/ia32/src/mm/page.c
rc7ec94a4 rf5935ed 48 48 49 49 if (config.cpu_active == 1) { 50 page_ operations = &page_pt_operations;50 page_mapping_operations = &pt_mapping_operations; 51 51 52 52 /*
Note:
See TracChangeset
for help on using the changeset viewer.