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