Changes in kernel/arch/mips32/include/mm/page.h [cc0eb1d:7a0359b] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/mips32/include/mm/page.h
rcc0eb1d r7a0359b 37 37 38 38 #include <arch/mm/frame.h> 39 #include <trace.h> 39 40 40 41 #define PAGE_WIDTH FRAME_WIDTH … … 155 156 156 157 157 static inline unsigned int get_pt_flags(pte_t *pt, size_t i)158 NO_TRACE static inline unsigned int get_pt_flags(pte_t *pt, size_t i) 158 159 { 159 160 pte_t *p = &pt[i]; … … 168 169 } 169 170 170 static inline void set_pt_flags(pte_t *pt, size_t i, int flags)171 NO_TRACE static inline void set_pt_flags(pte_t *pt, size_t i, int flags) 171 172 { 172 173 pte_t *p = &pt[i];
Note:
See TracChangeset
for help on using the changeset viewer.