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