Changeset e11ae91 in mainline for kernel/arch/sparc64/include/context.h
- Timestamp:
- 2006-08-30T11:31:25Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- ee454eb
- Parents:
- 0fa6044
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/sparc64/include/context.h
r0fa6044 re11ae91 55 55 56 56 #define context_set(c, _pc, stack, size) \ 57 58 57 (c)->pc = ((uintptr_t) _pc) - 8; \ 58 (c)->sp = ((uintptr_t) stack) + ALIGN_UP((size), STACK_ALIGNMENT) - (STACK_BIAS + SP_DELTA); \ 59 59 (c)->fp = -STACK_BIAS; \ 60 60 (c)->cleanwin = 0
Note:
See TracChangeset
for help on using the changeset viewer.