Changeset d5f8f19 in mainline for kernel/arch/sparc64/src/sparc64.c
- Timestamp:
- 2009-08-08T13:17:08Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 42cfd91, 54d0ddc
- Parents:
- a7de7907 (diff), 8688a6e (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/sparc64/src/sparc64.c
ra7de7907 rd5f8f19 135 135 void userspace(uspace_arg_t *kernel_uarg) 136 136 { 137 (void) interrupts_disable(); 137 138 switch_to_userspace((uintptr_t) kernel_uarg->uspace_entry, 138 139 ((uintptr_t) kernel_uarg->uspace_stack) + STACK_SIZE
Note:
See TracChangeset
for help on using the changeset viewer.