Changeset fbb8b2b in mainline for arch/ppc32/include/mm/page.h


Ignore:
Timestamp:
2006-06-17T17:26:14Z (18 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8e3bf3e2
Parents:
74b22cc5
Message:

ppc32: more generic page hash table handling
(preliminary code, will be fixed properly later)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/ppc32/include/mm/page.h

    r74b22cc5 rfbb8b2b  
    2727 */
    2828
    29  /** @addtogroup ppc32mm       
     29/** @addtogroup ppc32mm
    3030 * @{
    3131 */
     
    133133extern void page_arch_init(void);
    134134
    135 #define PHT_BITS        16
    136 #define PHT_ORDER       4
    137 
    138135typedef struct {
    139136        unsigned v : 1;          /**< Valid */
     
    151148
    152149extern void pht_refill(int n, istate_t *istate);
     150extern bool pht_real_refill(int n, istate_t *istate) __attribute__ ((section("K_UNMAPPED_TEXT_START")));
    153151extern void pht_init(void);
    154152
     
    159157#endif
    160158
    161  /** @}
     159/** @}
    162160 */
    163 
Note: See TracChangeset for help on using the changeset viewer.