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