Changeset 715a847f in mainline for kernel/arch/sparc64
- Timestamp:
- 2006-10-22T10:24:53Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 78595d6
- Parents:
- deb14fb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/sparc64/include/context.h
rdeb14fb r715a847f 36 36 #define KERN_sparc64_CONTEXT_H_ 37 37 38 #ifndef KERN_sparc64_STACK_H_ 39 # include <arch/stack.h> 40 #endif 41 42 #ifndef KERN_sparc64_TYPES_H_ 43 # include <arch/types.h> 44 #endif 45 46 #ifndef KERN_ALIGN_H_ 47 # include <align.h> 48 #endif 38 #include <arch/stack.h> 39 #include <arch/types.h> 40 #include <align.h> 49 41 50 42 #define SP_DELTA STACK_WINDOW_SAVE_AREA_SIZE
Note:
See TracChangeset
for help on using the changeset viewer.