Changeset 1433ecda in mainline for kernel/arch/ppc32/src/proc
- Timestamp:
- 2018-04-04T15:42:37Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2c4e1cc
- Parents:
- 47b2d7e3
- File:
-
- 1 edited
-
kernel/arch/ppc32/src/proc/scheduler.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ppc32/src/proc/scheduler.c
r47b2d7e3 r1433ecda 54 54 55 55 asm volatile ( 56 "mtsprg0 %[ksp]\n"57 :: [ksp] "r" (KA2PA(&THREAD->kstack[STACK_SIZE]))56 "mtsprg0 %[ksp]\n" 57 :: [ksp] "r" (KA2PA(&THREAD->kstack[STACK_SIZE])) 58 58 ); 59 59 }
Note:
See TracChangeset
for help on using the changeset viewer.
