Changeset 8b1439e in mainline for arch/ppc32/src/fpu_context.S
- Timestamp:
- 2006-03-14T15:14:56Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2d01bbd
- Parents:
- d9e11ff2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ppc32/src/fpu_context.S
rd9e11ff2 r8b1439e 34 34 .global fpu_context_save 35 35 .global fpu_context_restore 36 .global fpu_init 37 .global fpu_enable 38 .global fpu_disable 36 39 37 40 .macro FPU_CONTEXT_STORE r … … 92 95 93 96 blr 97 98 fpu_init: 99 blr 100 101 fpu_enable: 102 blr 103 104 fpu_disable: 105 blr
Note:
See TracChangeset
for help on using the changeset viewer.