Changeset 32573ff in mainline for kernel/arch/sparc64/src/dummy.S


Ignore:
Timestamp:
2016-05-02T20:58:16Z (8 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7c4b26c
Parents:
6adb775f (diff), 5035ba05 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge mainline, which has dltest and fixes.

File:
1 moved

Legend:

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

    r6adb775f r32573ff  
    2727#
    2828
     29#include <abi/asmtool.h>
     30
    2931.text
    3032
    31 .global calibrate_delay_loop
    32 .global asm_delay_loop
    33 .global cpu_sleep
    34 .global dummy
     33FUNCTION_BEGIN(cpu_sleep)
     34        retl
     35        nop
     36FUNCTION_END(cpu_sleep)
    3537
    36 calibrate_delay_loop:
    37 asm_delay_loop:
    38 cpu_sleep:
     38FUNCTION_BEGIN(cpu_halt)
     39        ba %xcc, cpu_halt
     40        nop
     41FUNCTION_END(cpu_halt)
    3942
    40 dummy:
    41         br.ret.sptk.many b0
    42 
Note: See TracChangeset for help on using the changeset viewer.