Changeset 61eb2ce2 in mainline for kernel/generic/src/mm
- Timestamp:
- 2023-02-05T22:03:19Z (3 years ago)
- Branches:
- master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b596d0d
- Parents:
- 07700ed
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2023-02-05 22:01:46)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2023-02-05 22:03:19)
- Location:
- kernel/generic/src/mm
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/mm/as.c
r07700ed r61eb2ce2 86 86 * address space operations such as creating or locking page tables. 87 87 */ 88 as_operations_t *as_operations = NULL;88 const as_operations_t *as_operations = NULL; 89 89 90 90 /** Cache for as_t objects */ -
kernel/generic/src/mm/page.c
r07700ed r61eb2ce2 76 76 77 77 /** Virtual operations for page subsystem. */ 78 page_mapping_operations_t *page_mapping_operations = NULL;78 const page_mapping_operations_t *page_mapping_operations = NULL; 79 79 80 80 void page_init(void)
Note:
See TracChangeset
for help on using the changeset viewer.
