Changeset 27f67f5 in mainline for kernel/arch/ia64/src/dummy.S


Ignore:
Timestamp:
2016-04-22T20:43:34Z (8 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a52e2f4
Parents:
054476d
Message:

ia64: use asmtool.h macros for defining symbols

File:
1 moved

Legend:

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

    r054476d r27f67f5  
    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(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)
    3540
    36 calibrate_delay_loop:
    37 asm_delay_loop:
    38 cpu_sleep:
    39 
    40 dummy:
    41         br.ret.sptk.many b0
    42 
Note: See TracChangeset for help on using the changeset viewer.