Changeset 7a0359b in mainline for kernel/arch/ppc32/include/mm/page.h
- Timestamp:
- 2010-07-02T15:42:19Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- bbfdf62
- Parents:
- e3ee9b9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ppc32/include/mm/page.h
re3ee9b9 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.