Changeset 7614565 in mainline for arch/sparc64/include/context.h
- Timestamp:
- 2005-12-27T21:40:02Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- feb5915
- Parents:
- 1120276
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/sparc64/include/context.h
r1120276 r7614565 51 51 (c)->pc = ((__address) _pc) - 8; \ 52 52 (c)->sp = ((__address) stack) + ALIGN_UP((size), STACK_ALIGNMENT) - (STACK_BIAS + SP_DELTA); \ 53 (c)->fp = -STACK_BIAS 53 (c)->fp = -STACK_BIAS; \ 54 (c)->cleanwin = 0 54 55 55 56 … … 78 79 __u64 l7; 79 80 ipl_t ipl; 81 __u64 cleanwin; 80 82 }; 81 83
Note:
See TracChangeset
for help on using the changeset viewer.