Changeset fbb8b2b in mainline for arch/ppc32/include/mm/page.h
- Timestamp:
- 2006-06-17T17:26:14Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8e3bf3e2
- Parents:
- 74b22cc5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ppc32/include/mm/page.h
r74b22cc5 rfbb8b2b 27 27 */ 28 28 29 29 /** @addtogroup ppc32mm 30 30 * @{ 31 31 */ … … 133 133 extern void page_arch_init(void); 134 134 135 #define PHT_BITS 16136 #define PHT_ORDER 4137 138 135 typedef struct { 139 136 unsigned v : 1; /**< Valid */ … … 151 148 152 149 extern void pht_refill(int n, istate_t *istate); 150 extern bool pht_real_refill(int n, istate_t *istate) __attribute__ ((section("K_UNMAPPED_TEXT_START"))); 153 151 extern void pht_init(void); 154 152 … … 159 157 #endif 160 158 161 159 /** @} 162 160 */ 163
Note:
See TracChangeset
for help on using the changeset viewer.