Ignore:
File:
1 edited

Legend:

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

    r1d3d2cf rc0699467  
    3838#include <typedefs.h>
    3939#include <arch.h>
    40 #include <proc/uarg.h>
     40#include <abi/proc/uarg.h>
    4141#include <mm/as.h>
    42 
    4342
    4443/** Enter userspace
     
    6665                "iretq\n"
    6766                :: [udata_des] "i" (GDT_SELECTOR(UDATA_DES) | PL_USER),
    68                    [stack_size] "r" (kernel_uarg->uspace_stack + THREAD_STACK_SIZE),
     67                   [stack_size] "r" (kernel_uarg->uspace_stack + STACK_SIZE),
    6968                   [ipl] "r" (ipl),
    7069                   [utext_des] "i" (GDT_SELECTOR(UTEXT_DES) | PL_USER),
Note: See TracChangeset for help on using the changeset viewer.