Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/abs32le/src/userspace.c

    r3fcea34 rc5429fe  
    3636#include <stdbool.h>
    3737#include <arch.h>
     38#include <abi/proc/uarg.h>
    3839#include <mm/as.h>
    3940
    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)
     41void userspace(uspace_arg_t *kernel_uarg)
    4642{
    4743        /*
Note: See TracChangeset for help on using the changeset viewer.