Changes in kernel/arch/ia32/include/mm/page.h [214ec25c:7a0359b] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia32/include/mm/page.h
r214ec25c r7a0359b 37 37 38 38 #include <arch/mm/frame.h> 39 #include <trace.h> 39 40 40 41 #define PAGE_WIDTH FRAME_WIDTH … … 161 162 } __attribute__ ((packed)) pte_t; 162 163 163 static inline unsigned int get_pt_flags(pte_t *pt, size_t i)164 NO_TRACE static inline unsigned int get_pt_flags(pte_t *pt, size_t i) 164 165 { 165 166 pte_t *p = &pt[i]; … … 174 175 } 175 176 176 static inline void set_pt_flags(pte_t *pt, size_t i, int flags)177 NO_TRACE static inline void set_pt_flags(pte_t *pt, size_t i, int flags) 177 178 { 178 179 pte_t *p = &pt[i];
Note:
See TracChangeset
for help on using the changeset viewer.