Changeset c477c80 in mainline for kernel/arch
- Timestamp:
- 2019-01-03T22:23:00Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 06412ba
- Parents:
- 7acd787
- Location:
- kernel/arch
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/arm32/src/mm/tlb.c
r7acd787 rc477c80 76 76 /** Invalidate single entry in TLB 77 77 * 78 * @param page Virtual ad ress of the page78 * @param page Virtual address of the page 79 79 */ 80 80 static inline void invalidate_page(uintptr_t page) -
kernel/arch/ppc32/include/arch/istate_struct.h
r7acd787 rc477c80 86 86 /* imitation of frame pointer linkage */ 87 87 uint32_t sp_frame; 88 /* imitation of return ad ress linkage */88 /* imitation of return address linkage */ 89 89 uint32_t lr_frame; 90 90 uint32_t r0;
Note:
See TracChangeset
for help on using the changeset viewer.