Changeset d6e8529 in mainline for arch/ppc32/include/arch.h


Ignore:
Timestamp:
2005-12-20T00:34:12Z (19 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
fa7450c
Parents:
75e1db0
Message:

remove arch/$ARCH/boot where not needed, change global Makefile accordingly
remove early_mapping() (breaks ppc32 for now)
change early heap initialization (required for init to work)

File:
1 edited

Legend:

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

    r75e1db0 rd6e8529  
    3232#include <genarch/ofw/ofw.h>
    3333
    34 #ifdef early_mapping
    35 #undef early_mapping
    3634#endif
    37 
    38 #define early_mapping(stack, size) \
    39         ofw_claim((void *) stack, size, 0);
    40 
    41 #endif
Note: See TracChangeset for help on using the changeset viewer.