Changeset 10e0cee in mainline for arch/ppc32/include/mm/as.h


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

ppc32: BAT-less memory mapping (broken yet)
VSID support (broken yet)
boot API change
cleanup

File:
1 edited

Legend:

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

    r8e3bf3e2 r10e0cee  
    2727 */
    2828
    29  /** @addtogroup ppc32mm       
     29/** @addtogroup ppc32mm
    3030 * @{
    3131 */
     
    4545#define USTACK_ADDRESS_ARCH     (0x7fffffff-(PAGE_SIZE-1))
    4646
    47 #define as_install_arch(as)
    48 
    4947extern void as_arch_init(void);
    5048
    5149#endif
    5250
    53  /** @}
     51/** @}
    5452 */
    55 
Note: See TracChangeset for help on using the changeset viewer.