Changes in kernel/arch/ppc32/src/ppc32.c [2e533d6f:20f8111] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ppc32/src/ppc32.c
r2e533d6f r20f8111 103 103 } 104 104 105 #ifdef CONFIG_FB 105 106 static bool display_register(ofw_tree_node_t *node, void *arg) 106 107 { … … 169 170 return true; 170 171 } 172 #endif 171 173 172 174 void arch_post_mm_init(void) … … 269 271 { 270 272 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, 272 275 (uintptr_t) kernel_uarg->uspace_entry); 273 276
Note:
See TracChangeset
for help on using the changeset viewer.