Changeset d6e8529 in mainline for arch/ppc32/include/arch.h
- Timestamp:
- 2005-12-20T00:34:12Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- fa7450c
- Parents:
- 75e1db0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ppc32/include/arch.h
r75e1db0 rd6e8529 32 32 #include <genarch/ofw/ofw.h> 33 33 34 #ifdef early_mapping35 #undef early_mapping36 34 #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.