Changeset b8230b9 in mainline for kernel/arch/ppc32/src
- Timestamp:
- 2010-05-22T22:20:37Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d354d57
- Parents:
- 3d6beaa
- Location:
- kernel/arch/ppc32/src
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ppc32/src/context.S
r3d6beaa rb8230b9 29 29 #include <arch/context_offset.h> 30 30 31 .text 31 .text 32 32 33 33 .global context_save_arch … … 46 46 li r3, 1 47 47 blr 48 48 49 49 context_restore_arch: 50 50 CONTEXT_RESTORE_ARCH_CORE r3 -
kernel/arch/ppc32/src/ddi/ddi.c
r3d6beaa rb8230b9 46 46 * 47 47 * @return 0 on success or an error code from errno.h. 48 * 48 49 */ 49 50 int ddi_iospace_enable_arch(task_t *task, uintptr_t ioaddr, size_t size) -
kernel/arch/ppc32/src/debug/panic.s
r3d6beaa rb8230b9 35 35 lis %r14, halt@ha 36 36 addi %r14, %r14, halt@l 37 mtlr %r14 37 mtlr %r14 # fake stack to make printf return to halt 38 38 b printf -
kernel/arch/ppc32/src/fpu_context.S
r3d6beaa rb8230b9 30 30 #include <arch/context_offset.h> 31 31 32 .text 32 .text 33 33 34 34 .global fpu_context_save … … 87 87 88 88 blr 89 89 90 90 fpu_context_restore: 91 91 // FPU_CONTEXT_LOAD r3
Note:
See TracChangeset
for help on using the changeset viewer.