Changes in kernel/arch/ppc32/src/proc/scheduler.c [9d58539:2277e03] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ppc32/src/proc/scheduler.c
r9d58539 r2277e03 55 55 asm volatile ( 56 56 "mtsprg0 %[ksp]\n" 57 :: [ksp] "r" (KA2PA(&THREAD->kstack[STACK_SIZE - SP_DELTA]))57 :: [ksp] "r" (KA2PA(&THREAD->kstack[STACK_SIZE])) 58 58 ); 59 59 }
Note:
See TracChangeset
for help on using the changeset viewer.