Changeset 646b996 in mainline for kernel/arch/arm32/src/mm/frame.c


Ignore:
Timestamp:
2009-07-30T15:58:54Z (15 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
30885b9
Parents:
76093ae
Message:

cleanup some of the dirty hacks introduced into the arm32 port
add default configurations for the two supported arm32 variants

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/arm32/src/mm/frame.c

    r76093ae r646b996  
    3636#include <mm/frame.h>
    3737#include <arch/mm/frame.h>
    38 #include <arch/machine.h>
    3938#include <config.h>
     39
     40#ifdef MACHINE_testarm
     41        #include <arch/mach/testarm/testarm.h>
     42#endif
     43
     44#ifdef MACHINE_integratorcp
     45        #include <arch/mach/integratorcp/integratorcp.h>
     46#endif
    4047
    4148/** Address of the last frame in the memory. */
Note: See TracChangeset for help on using the changeset viewer.