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