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