Changeset 32573ff in mainline for kernel/arch/ia64/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/ia64/src/dummy.S

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