Changeset 7a0359b in mainline for kernel/arch/ppc32/include/mm
- Timestamp:
- 2010-07-02T15:42:19Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- bbfdf62
- Parents:
- e3ee9b9
- Location:
- kernel/arch/ppc32/include/mm
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ppc32/include/mm/frame.h
re3ee9b9 r7a0359b 43 43 44 44 #include <typedefs.h> 45 #include <trace.h> 45 46 46 47 extern uintptr_t last_frame; 47 48 48 static inline uint32_t physmem_top(void)49 NO_TRACE static inline uint32_t physmem_top(void) 49 50 { 50 51 uint32_t physmem; -
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.
