Changeset d5a89a3 in mainline for kernel/arch/mips32/include/arch/mm/page.h
- Timestamp:
- 2019-02-11T22:31:04Z (6 years ago)
- Children:
- aaf9789c
- Parents:
- e3272101 (diff), 4805495 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/mips32/include/arch/mm/page.h
re3272101 rd5a89a3 161 161 } pte_t; 162 162 163 NO_TRACE static inline unsigned int get_pt_flags(pte_t *pt, size_t i)163 _NO_TRACE static inline unsigned int get_pt_flags(pte_t *pt, size_t i) 164 164 { 165 165 pte_t *p = &pt[i]; … … 174 174 } 175 175 176 NO_TRACE static inline void set_pt_flags(pte_t *pt, size_t i, int flags)176 _NO_TRACE static inline void set_pt_flags(pte_t *pt, size_t i, int flags) 177 177 { 178 178 pte_t *p = &pt[i]; … … 189 189 } 190 190 191 NO_TRACE static inline void set_pt_present(pte_t *pt, size_t i)191 _NO_TRACE static inline void set_pt_present(pte_t *pt, size_t i) 192 192 { 193 193 pte_t *p = &pt[i];
Note:
See TracChangeset
for help on using the changeset viewer.