Ignore:
File:
1 edited

Legend:

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

    r20f8111 r2e533d6f  
    103103}
    104104
    105 #ifdef CONFIG_FB
    106105static bool display_register(ofw_tree_node_t *node, void *arg)
    107106{
     
    170169        return true;
    171170}
    172 #endif
    173171
    174172void arch_post_mm_init(void)
     
    271269{
    272270        userspace_asm((uintptr_t) kernel_uarg->uspace_uarg,
    273             (uintptr_t) kernel_uarg->uspace_stack +
    274             kernel_uarg->uspace_stack_size - SP_DELTA,
     271            (uintptr_t) kernel_uarg->uspace_stack + STACK_SIZE - SP_DELTA,
    275272            (uintptr_t) kernel_uarg->uspace_entry);
    276273       
Note: See TracChangeset for help on using the changeset viewer.