Changeset 27ab6a7 in mainline for kernel/arch/sparc64/src/dummy.s
- Timestamp:
- 2006-09-09T09:33:29Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9b0f294
- Parents:
- ab1ae2d9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/sparc64/src/dummy.s
rab1ae2d9 r27ab6a7 31 31 .global asm_delay_loop 32 32 .global cpu_sleep 33 .global fmath_dpow34 .global fmath_fint35 .global fmath_get_decimal_exponent36 .global fmath_is_infinity37 .global fmath_is_nan38 33 .global fpu_context_restore 39 34 .global fpu_context_save … … 46 41 asm_delay_loop: 47 42 cpu_sleep: 48 fmath_dpow:49 fmath_fint:50 fmath_get_decimal_exponent:51 fmath_is_infinity:52 fmath_is_nan:53 43 fpu_context_restore: 54 44 fpu_context_save:
Note:
See TracChangeset
for help on using the changeset viewer.