Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/ppc32/src/ppc32.c

    r2e533d6f r20f8111  
    103103}
    104104
     105#ifdef CONFIG_FB
    105106static bool display_register(ofw_tree_node_t *node, void *arg)
    106107{
     
    169170        return true;
    170171}
     172#endif
    171173
    172174void arch_post_mm_init(void)
     
    269271{
    270272        userspace_asm((uintptr_t) kernel_uarg->uspace_uarg,
    271             (uintptr_t) kernel_uarg->uspace_stack + STACK_SIZE - SP_DELTA,
     273            (uintptr_t) kernel_uarg->uspace_stack +
     274            kernel_uarg->uspace_stack_size - SP_DELTA,
    272275            (uintptr_t) kernel_uarg->uspace_entry);
    273276       
Note: See TracChangeset for help on using the changeset viewer.