Changes in kernel/arch/riscv64/src/userspace.c [3fcea34:c5429fe] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/riscv64/src/userspace.c
r3fcea34 rc5429fe 33 33 */ 34 34 35 #include <abi/proc/uarg.h> 35 36 #include <userspace.h> 36 37 37 uintptr_t arch_get_initial_sp(uintptr_t stack_base, uintptr_t stack_size) 38 { 39 return stack_base + stack_size; 40 } 41 42 void userspace(uintptr_t pc, uintptr_t sp) 38 void userspace(uspace_arg_t *kernel_uarg) 43 39 { 44 40 // FIXME
Note:
See TracChangeset
for help on using the changeset viewer.