Changeset 3b0f1b9a in mainline for kernel/arch/amd64/src/delay.S
- Timestamp:
- 2016-04-12T05:57:00Z (9 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0f792c28, d84398a7
- Parents:
- 8844e70
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/amd64/src/delay.S
r8844e70 r3b0f1b9a 31 31 # 32 32 33 #include <abi/asmtool.h> 34 33 35 .text 34 36 35 .global asm_delay_loop 36 .global asm_fake_loop 37 38 asm_delay_loop: 37 FUNCTION_BEGIN(asm_delay_loop) 39 38 0: 40 39 dec %rdi … … 42 41 43 42 ret 43 FUNCTION_END(asm_delay_loop) 44 44 45 asm_fake_loop: 45 FUNCTION_BEGIN(asm_fake_loop) 46 46 0: 47 47 dec %rdi … … 49 49 50 50 ret 51 FUNCTION_END(asm_fake_loop) 52
Note:
See TracChangeset
for help on using the changeset viewer.