Changeset f619ec11 in mainline for kernel/arch/sparc64/src/sparc64.c
- Timestamp:
- 2007-02-03T21:26:54Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- cf5ddf6
- Parents:
- 80bcaed
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/sparc64/src/sparc64.c
r80bcaed rf619ec11 137 137 { 138 138 uint64_t stop = tick_read() + (uint64_t) usec * (uint64_t) 139 139 CPU->arch.clock_frequency / 1000000; 140 140 141 141 while (tick_read() < stop) … … 147 147 { 148 148 switch_to_userspace((uintptr_t) kernel_uarg->uspace_entry, 149 150 151 149 ((uintptr_t) kernel_uarg->uspace_stack) + STACK_SIZE 150 - (ALIGN_UP(STACK_ITEM_SIZE, STACK_ALIGNMENT) + STACK_BIAS), 151 (uintptr_t) kernel_uarg->uspace_uarg); 152 152 153 153 for (;;)
Note:
See TracChangeset
for help on using the changeset viewer.