Changeset f43d8ce in mainline for kernel/arch
- Timestamp:
- 2023-02-02T21:58:36Z (3 years ago)
- Branches:
- master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2b264c4
- Parents:
- 95658c9
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2023-01-19 22:40:04)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2023-02-02 21:58:36)
- Location:
- kernel/arch
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/mips32/src/mips32.c
r95658c9 rf43d8ce 41 41 #include <str.h> 42 42 #include <mem.h> 43 #include <preemption.h> 43 44 #include <userspace.h> 44 45 #include <stdbool.h> -
kernel/arch/ppc32/src/mm/frame.c
r95658c9 rf43d8ce 33 33 */ 34 34 35 #include <arch/asm.h> 35 36 #include <arch/boot/boot.h> 36 37 #include <arch/mm/frame.h>
Note:
See TracChangeset
for help on using the changeset viewer.