Changeset 393f631 in mainline for arch/ppc/include/context.h
- Timestamp:
- 2005-08-31T21:51:04Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 33ccb2c
- Parents:
- 94f0ae4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ppc/include/context.h
r94f0ae4 r393f631 31 31 32 32 #include <arch/types.h> 33 #include <arch/drivers/ofw.h>34 33 35 34 #define SP_DELTA 8 36 37 #ifdef context_map_stack38 #undef context_map_stack39 #endif40 41 #define context_map_stack(stack, size) \42 ofw_claim((void *) stack, size, 0);43 35 44 36 struct context {
Note:
See TracChangeset
for help on using the changeset viewer.