Changeset 27ab6a7 in mainline for kernel/arch/sparc64/src/dummy.s


Ignore:
Timestamp:
2006-09-09T09:33:29Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9b0f294
Parents:
ab1ae2d9
Message:

Coding style fixes.
Remove unneeded sparc64 dummy functions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/sparc64/src/dummy.s

    rab1ae2d9 r27ab6a7  
    3131.global asm_delay_loop
    3232.global cpu_sleep
    33 .global fmath_dpow
    34 .global fmath_fint
    35 .global fmath_get_decimal_exponent
    36 .global fmath_is_infinity
    37 .global fmath_is_nan
    3833.global fpu_context_restore
    3934.global fpu_context_save
     
    4641asm_delay_loop:
    4742cpu_sleep:
    48 fmath_dpow:
    49 fmath_fint:
    50 fmath_get_decimal_exponent:
    51 fmath_is_infinity:
    52 fmath_is_nan:
    5343fpu_context_restore:
    5444fpu_context_save:
Note: See TracChangeset for help on using the changeset viewer.