Changes in kernel/arch/ppc32/src/ppc32.c [eff1f033:c0699467] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ppc32/src/ppc32.c
reff1f033 rc0699467 41 41 #include <interrupt.h> 42 42 #include <genarch/fb/fb.h> 43 #include < genarch/fb/visuals.h>43 #include <abi/fb/visuals.h> 44 44 #include <genarch/ofw/ofw_tree.h> 45 45 #include <genarch/ofw/pci.h> 46 46 #include <userspace.h> 47 47 #include <mm/page.h> 48 #include < proc/uarg.h>48 #include <abi/proc/uarg.h> 49 49 #include <console/console.h> 50 50 #include <sysinfo/sysinfo.h> … … 265 265 { 266 266 userspace_asm((uintptr_t) kernel_uarg->uspace_uarg, 267 (uintptr_t) kernel_uarg->uspace_stack + 268 THREAD_STACK_SIZE - SP_DELTA, 267 (uintptr_t) kernel_uarg->uspace_stack + STACK_SIZE - SP_DELTA, 269 268 (uintptr_t) kernel_uarg->uspace_entry); 270 269
Note:
See TracChangeset
for help on using the changeset viewer.