Changeset 32573ff in mainline for kernel/arch/ia64/src/dummy.S
- Timestamp:
- 2016-05-02T20:58:16Z (9 years ago)
- 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. - File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia64/src/dummy.S
r6adb775f r32573ff 27 27 # 28 28 29 #include <abi/asmtool.h> 30 29 31 .text 30 32 31 .global cpu_sleep 32 .global sys_tls_set 33 FUNCTION_BEGIN(calibrate_delay_loop) 34 FUNCTION_BEGIN(asm_delay_loop) 35 FUNCTION_BEGIN(cpu_sleep) 36 br.ret.sptk.many b0 37 FUNCTION_END(calibrate_delay_loop) 38 FUNCTION_END(asm_delay_loop) 39 FUNCTION_END(cpu_sleep) 33 40 34 .global dummy35 36 cpu_sleep: ! not supported by architecture37 sys_tls_set: ! not needed on architecture38 39 dummy:40 retl41 nop42 43 .global cpu_halt44 cpu_halt:45 ba %xcc, cpu_halt46 nop
Note:
See TracChangeset
for help on using the changeset viewer.