Changeset 10e0cee in mainline for arch/ppc32/src/interrupt.c


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/src/interrupt.c

    r8e3bf3e2 r10e0cee  
    2727 */
    2828
    29  /** @addtogroup ppc32interrupt
     29/** @addtogroup ppc32interrupt
    3030 * @{
    3131 */
     
    4040#include <ipc/sysipc.h>
    4141#include <arch/drivers/pic.h>
     42#include <arch/mm/tlb.h>
    4243
    4344
     
    9394}
    9495
    95  /** @}
     96/** @}
    9697 */
    97 
Note: See TracChangeset for help on using the changeset viewer.